Lines Matching refs:crypto_aead
35 struct crypto_aead *child;
82 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_ccm_setkey()
110 static int crypto_ccm_setauthsize(struct crypto_aead *tfm, in crypto_ccm_setauthsize()
132 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input()
254 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth()
290 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done()
347 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt()
388 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done()
407 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt()
451 static int crypto_ccm_init_tfm(struct crypto_aead *tfm) in crypto_ccm_init_tfm()
487 static void crypto_ccm_exit_tfm(struct crypto_aead *tfm) in crypto_ccm_exit_tfm()
665 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey()
669 struct crypto_aead *child = ctx->child; in crypto_rfc4309_setkey()
688 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize()
709 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
711 struct crypto_aead *child = ctx->child; in crypto_rfc4309_crypt()
769 static int crypto_rfc4309_init_tfm(struct crypto_aead *tfm) in crypto_rfc4309_init_tfm()
774 struct crypto_aead *aead; in crypto_rfc4309_init_tfm()
794 static void crypto_rfc4309_exit_tfm(struct crypto_aead *tfm) in crypto_rfc4309_exit_tfm()