Home
last modified time | relevance | path

Searched refs:crypto_skcipher_decrypt (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v4.19/crypto/
Dcts.c221 return crypto_skcipher_decrypt(subreq); in cts_cbc_decrypt()
259 return crypto_skcipher_decrypt(subreq); in crypto_cts_decrypt()
279 return crypto_skcipher_decrypt(subreq) ?: in crypto_cts_decrypt()
Dalgif_skcipher.c131 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
146 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
Dsimd.c98 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
Dchacha20poly1305.c152 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()
402 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
Dtcrypt.c1165 rc[i] = crypto_skcipher_decrypt(data[i].req); in do_mult_acipher_op()
1432 crypto_skcipher_decrypt(req)); in test_acipher_jiffies()
1457 crypto_skcipher_decrypt(req)); in test_acipher_cycles()
1473 crypto_skcipher_decrypt(req)); in test_acipher_cycles()
Dlrw.c382 crypto_skcipher_decrypt(subreq) ?: in do_decrypt()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst17 …ksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_skcipher_decrypt
Dapi-samples.rst27 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req), &sk->wait);
/Linux-v4.19/drivers/block/
Dcryptoloop.c134 encdecfunc = crypto_skcipher_decrypt; in cryptoloop_transfer()
/Linux-v4.19/drivers/crypto/vmx/
Daes_xts.c116 ret = enc? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req); in p8_aes_xts_crypt()
Daes_cbc.c146 ret = crypto_skcipher_decrypt(req); in p8_aes_cbc_decrypt()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c77 err = crypto_skcipher_decrypt(subreq); in crypto_fpu_decrypt()
/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c621 if (crypto_skcipher_decrypt(req)) { in mppe_decompress()
643 if (crypto_skcipher_decrypt(req)) { in mppe_decompress()
/Linux-v4.19/net/rxrpc/
Drxkad.c358 crypto_skcipher_decrypt(req); in rxkad_verify_packet_1()
456 crypto_skcipher_decrypt(req); in rxkad_verify_packet_2()
912 crypto_skcipher_decrypt(req); in rxkad_decrypt_ticket()
1045 crypto_skcipher_decrypt(req); in rxkad_decrypt_response()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c205 err = crypto_skcipher_decrypt(req); in prism2_wep_decrypt()
/Linux-v4.19/include/crypto/
Dskcipher.h457 static inline int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c209 err = crypto_skcipher_decrypt(req); in prism2_wep_decrypt()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_wep.c216 err = crypto_skcipher_decrypt(req); in lib80211_wep_decrypt()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c124 ret = crypto_skcipher_decrypt(req); in krb5_decrypt()
592 ret = crypto_skcipher_decrypt(desc->req); in decryptor()
716 ret = crypto_skcipher_decrypt(req); in gss_krb5_cts_crypt()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c165 crypto_skcipher_decrypt(subreq); in ccp_aes_xts_crypt()
/Linux-v4.19/net/mac80211/
Dfils_aead.c197 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/Linux-v4.19/net/ceph/
Dcrypto.c248 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/Linux-v4.19/fs/crypto/
Dfname.c116 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
Dcrypto.c178 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_do_page_crypto()
/Linux-v4.19/drivers/crypto/qce/
Dablkcipher.c223 crypto_skcipher_decrypt(subreq); in qce_ablkcipher_crypt()

12