Searched refs:crypto_rfc4543_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/crypto/
H A Dgcm.c51 struct crypto_rfc4543_ctx { struct
1018 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4543_setkey()
1041 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4543_setauthsize()
1052 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(aead); crypto_rfc4543_crypt()
1083 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(aead); crypto_rfc4543_copy_src_to_dst()
1109 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(tfm); crypto_rfc4543_init_tfm()
1144 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(tfm); crypto_rfc4543_exit_tfm()
1219 inst->alg.base.cra_ctxsize = sizeof(struct crypto_rfc4543_ctx); crypto_rfc4543_create()

Completed in 76 milliseconds