Lines Matching refs:crypto_aead
36 struct crypto_aead *child;
46 struct crypto_aead *child;
104 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_gcm_setkey()
170 static int crypto_gcm_setauthsize(struct crypto_aead *tfm, in crypto_gcm_setauthsize()
193 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt()
510 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash()
577 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify()
621 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt()
858 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey()
862 struct crypto_aead *child = ctx->child; in crypto_rfc4106_setkey()
881 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize()
901 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4106_crypt()
903 struct crypto_aead *child = ctx->child; in crypto_rfc4106_crypt()
938 struct crypto_aead *aead; in crypto_rfc4106_init_tfm()
1069 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey()
1073 struct crypto_aead *child = ctx->child; in crypto_rfc4543_setkey()
1092 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
1106 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_done()
1121 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_crypt()
1184 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_copy_src_to_dst()
1197 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_encrypt()
1240 struct crypto_aead *aead; in crypto_rfc4543_init_tfm()