Lines Matching refs:crypto_aead
284 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm) in aesni_rfc4106_gcm_ctx_get()
798 struct crypto_aead *cryptd_child; in rfc4106_init()
895 static int common_rfc4106_set_key(struct crypto_aead *aead, const u8 *key, in common_rfc4106_set_key()
950 static int rfc4106_set_key(struct crypto_aead *parent, const u8 *key, in rfc4106_set_key()
954 struct crypto_aead *child = cryptd_aead_child(ctx->cryptd_tfm); in rfc4106_set_key()
967 static int common_rfc4106_set_authsize(struct crypto_aead *aead, in common_rfc4106_set_authsize()
984 static int rfc4106_set_authsize(struct crypto_aead *parent, in rfc4106_set_authsize()
988 struct crypto_aead *child = cryptd_aead_child(ctx->cryptd_tfm); in rfc4106_set_authsize()
1002 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in __driver_rfc4106_encrypt()
1088 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in __driver_rfc4106_decrypt()
1174 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_encrypt()
1195 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_decrypt()