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()
794 static int rfc4106_init(struct crypto_aead *aead) in rfc4106_init()
810 static void rfc4106_exit(struct crypto_aead *aead) in rfc4106_exit()
885 static int common_rfc4106_set_key(struct crypto_aead *aead, const u8 *key, in common_rfc4106_set_key()
904 static int rfc4106_set_key(struct crypto_aead *parent, const u8 *key, in rfc4106_set_key()
913 static int common_rfc4106_set_authsize(struct crypto_aead *aead, in common_rfc4106_set_authsize()
930 static int rfc4106_set_authsize(struct crypto_aead *parent, in rfc4106_set_authsize()
944 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_encrypt()
1023 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_decrypt()
1102 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_encrypt()
1115 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_decrypt()