Lines Matching refs:authenc

669 static int aead_setauthsize(struct crypto_aead *authenc,  in aead_setauthsize()  argument
672 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize()
679 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() argument
682 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey()
701 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); in aead_setkey()
821 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() local
822 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in ipsec_esp_encrypt_done()
851 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() local
852 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in ipsec_esp_decrypt_swauth_done()
1220 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() local
1221 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_edesc_alloc()
1222 unsigned int ivsize = crypto_aead_ivsize(authenc); in aead_edesc_alloc()
1232 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt() local
1233 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_encrypt()
1249 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt() local
1250 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_decrypt()
1301 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_givencrypt() local
1302 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_givencrypt()
1313 memcpy(req->giv, ctx->iv, crypto_aead_ivsize(authenc)); in aead_givencrypt()