Lines Matching refs:authenc
882 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() argument
885 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey()
911 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); in aead_setkey()
1014 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() local
1015 unsigned int authsize = crypto_aead_authsize(authenc); in ipsec_esp_encrypt_done()
1016 unsigned int ivsize = crypto_aead_ivsize(authenc); in ipsec_esp_encrypt_done()
1049 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() local
1050 unsigned int authsize = crypto_aead_authsize(authenc); in ipsec_esp_decrypt_swauth_done()
1457 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() local
1458 unsigned int authsize = crypto_aead_authsize(authenc); in aead_edesc_alloc()
1459 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_edesc_alloc()
1460 unsigned int ivsize = crypto_aead_ivsize(authenc); in aead_edesc_alloc()
1470 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt() local
1471 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_encrypt()
1487 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt() local
1488 unsigned int authsize = crypto_aead_authsize(authenc); in aead_decrypt()
1489 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_decrypt()