Searched refs:crypto_aead_decrypt (Results 1 – 25 of 40) sorted by relevance
12
14 …o_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_aead_encrypt crypto_aead_decrypt
100 int crypto_aead_decrypt(struct aead_request *req) in crypto_aead_decrypt() function117 EXPORT_SYMBOL_GPL(crypto_aead_decrypt);
109 return crypto_aead_decrypt(subreq); in echainiv_decrypt()
297 crypto_aead_decrypt(&areq->cra_u.aead_req); in _aead_recvmsg()312 crypto_aead_decrypt(&areq->cra_u.aead_req), in _aead_recvmsg()
133 return crypto_aead_decrypt(subreq); in seqiv_aead_decrypt()
130 ret = crypto_aead_decrypt(req); in pcrypt_aead_dec()
349 return crypto_aead_decrypt(subreq); in simd_aead_decrypt()
786 return crypto_aead_decrypt(req); in crypto_rfc4106_decrypt()956 return enc ? crypto_aead_encrypt(subreq) : crypto_aead_decrypt(subreq); in crypto_rfc4543_crypt()
167 rc[i] = crypto_aead_decrypt(data[i].req); in do_mult_aead_op()473 ret = do_one_aead_op(req, crypto_aead_decrypt(req)); in test_aead_jiffies()495 ret = do_one_aead_op(req, crypto_aead_decrypt(req)); in test_aead_cycles()509 ret = do_one_aead_op(req, crypto_aead_decrypt(req)); in test_aead_cycles()
248 crypto_aead_decrypt(subreq); in essiv_aead_crypt()
665 return crypto_aead_decrypt(req); in crypto_rfc4309_decrypt()
79 err = crypto_aead_decrypt(aead_req); in aead_decrypt()
367 int crypto_aead_decrypt(struct aead_request *req);
306 ret = crypto_aead_decrypt(req); in ieee80211_ccmp_decrypt()
296 ret = crypto_aead_decrypt(req); in rtllib_ccmp_decrypt()
229 err = crypto_aead_decrypt(subreq); in zynqmp_handle_aes_req()
327 ret = crypto_aead_decrypt(req); in lib80211_ccmp_decrypt()
362 return do_decrypt ? crypto_aead_decrypt(subreq) : in crypto4xx_aead_fallback()
537 crypto_aead_decrypt(&rctx->fallback_req); in qce_aead_crypt()
1144 rc = crypto_aead_decrypt(req); in ksmbd_crypt_message()
887 rc = crypto_aead_decrypt(req); in llsec_do_decrypt_auth()
1007 ret = crypto_aead_decrypt(req); in esp6_input()
959 err = crypto_aead_decrypt(req); in esp_input()
664 crypto_aead_decrypt(subreq); in kmb_ocs_aead_common()
2939 crypto_aead_decrypt(subreq); in safexcel_aead_chachapoly_crypt()3408 crypto_aead_decrypt(subreq); in safexcel_aead_fallback_crypt()
Completed in 45 milliseconds