Searched refs:crypto_aead_decrypt (Results 1 – 25 of 26) sorted by relevance
12
14 …o_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_aead_encrypt crypto_aead_decrypt
94 int crypto_aead_decrypt(struct aead_request *req) in crypto_aead_decrypt() function106 EXPORT_SYMBOL_GPL(crypto_aead_decrypt);
109 return crypto_aead_decrypt(subreq); in echainiv_decrypt()
299 crypto_aead_decrypt(&areq->cra_u.aead_req); in _aead_recvmsg()314 crypto_aead_decrypt(&areq->cra_u.aead_req), in _aead_recvmsg()
132 return crypto_aead_decrypt(subreq); in seqiv_aead_decrypt()
327 return crypto_aead_decrypt(subreq); in simd_aead_decrypt()
782 return crypto_aead_decrypt(req); in crypto_rfc4106_decrypt()952 return enc ? crypto_aead_encrypt(subreq) : crypto_aead_decrypt(subreq); in crypto_rfc4543_crypt()
253 crypto_aead_decrypt(subreq); in essiv_aead_crypt()
663 return crypto_aead_decrypt(req); in crypto_rfc4309_decrypt()
2151 err = enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req); in test_aead_vec_cfg()
79 err = crypto_aead_decrypt(aead_req); in aead_decrypt()
382 int crypto_aead_decrypt(struct aead_request *req);
180 ret = crypto_wait_req(crypto_aead_decrypt(aead_req), &wait); in do_aead_crypto()
348 return do_decrypt ? crypto_aead_decrypt(subreq) : in crypto4xx_aead_fallback()
898 rc = crypto_aead_decrypt(req); in llsec_do_decrypt_auth()
1209 rc = crypto_aead_decrypt(req); in ksmbd_crypt_message()
823 crypto_aead_decrypt(subreq); in starfive_aes_aead_do_fallback()
999 ret = crypto_aead_decrypt(req); in esp6_input()
957 err = crypto_aead_decrypt(req); in esp_input()
283 ret = crypto_aead_decrypt(aead_req); in tls_do_decryption()289 ret = crypto_aead_decrypt(aead_req); in tls_do_decryption()
2871 crypto_aead_decrypt(subreq); in safexcel_aead_chachapoly_crypt()3264 crypto_aead_decrypt(subreq); in safexcel_aead_fallback_crypt()
1229 crypto_aead_decrypt(&rctx->fbk_req); in aead_do_fallback()
1403 r = crypto_aead_decrypt(req); in crypt_convert_block_aead()
850 crypto_aead_decrypt(con->v2.gcm_req), in gcm_crypt()
936 ret = crypto_aead_decrypt(req); in macsec_decrypt()