Lines Matching refs:crypto_aead
36 struct crypto_aead *child;
90 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_ccm_setkey()
118 static int crypto_ccm_setauthsize(struct crypto_aead *tfm, in crypto_ccm_setauthsize()
140 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input()
182 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth()
240 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done()
297 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt()
338 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done()
357 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt()
403 static int crypto_ccm_init_tfm(struct crypto_aead *tfm) in crypto_ccm_init_tfm()
439 static void crypto_ccm_exit_tfm(struct crypto_aead *tfm) in crypto_ccm_exit_tfm()
624 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey()
628 struct crypto_aead *child = ctx->child; in crypto_rfc4309_setkey()
647 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize()
668 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
670 struct crypto_aead *child = ctx->child; in crypto_rfc4309_crypt()
728 static int crypto_rfc4309_init_tfm(struct crypto_aead *tfm) in crypto_rfc4309_init_tfm()
733 struct crypto_aead *aead; in crypto_rfc4309_init_tfm()
753 static void crypto_rfc4309_exit_tfm(struct crypto_aead *tfm) in crypto_rfc4309_exit_tfm()