Lines Matching refs:crypto_aead
35 struct crypto_aead *child;
76 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_ccm_setkey()
104 static int crypto_ccm_setauthsize(struct crypto_aead *tfm, in crypto_ccm_setauthsize()
126 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input()
248 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth()
284 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done()
305 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt()
361 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done()
375 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt()
638 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey()
642 struct crypto_aead *child = ctx->child; in crypto_rfc4309_setkey()
661 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize()
681 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
683 struct crypto_aead *child = ctx->child; in crypto_rfc4309_crypt()
721 struct crypto_aead *aead; in crypto_rfc4309_init_tfm()