Home
last modified time | relevance | path

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

12

/Linux-v5.4/crypto/
Dcts.c223 return crypto_skcipher_decrypt(subreq); in cts_cbc_decrypt()
263 return crypto_skcipher_decrypt(subreq); in crypto_cts_decrypt()
283 return crypto_skcipher_decrypt(subreq) ?: in crypto_cts_decrypt()
Dxts.c232 err = cts_final(req, crypto_skcipher_decrypt); in decrypt_done()
286 crypto_skcipher_decrypt(subreq) ?: in decrypt()
292 return cts_final(req, crypto_skcipher_decrypt); in decrypt()
Dalgif_skcipher.c127 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
142 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
Dchacha20poly1305.c148 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()
389 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
Dlrw.c260 crypto_skcipher_decrypt(subreq) ?: in decrypt()
Dsimd.c105 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
Dskcipher.c861 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
876 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
Dauthenc.c271 return crypto_skcipher_decrypt(skreq); in crypto_authenc_decrypt_tail()
/Linux-v5.4/drivers/crypto/vmx/
Daes_cbc.c85 crypto_skcipher_decrypt(subreq); in p8_aes_cbc_crypt()
Daes_xts.c93 crypto_skcipher_decrypt(subreq); in p8_aes_xts_crypt()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst17 …ksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_skcipher_decrypt
Dapi-samples.rst71 * crypto_skcipher_decrypt().
/Linux-v5.4/drivers/block/
Dcryptoloop.c122 encdecfunc = crypto_skcipher_decrypt; in cryptoloop_transfer()
/Linux-v5.4/net/rxrpc/
Drxkad.c386 crypto_skcipher_decrypt(req); in rxkad_verify_packet_1()
478 crypto_skcipher_decrypt(req); in rxkad_verify_packet_2()
944 crypto_skcipher_decrypt(req); in rxkad_decrypt_ticket()
1075 crypto_skcipher_decrypt(req); in rxkad_decrypt_response()
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c201 err = crypto_skcipher_decrypt(req); in prism2_wep_decrypt()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c205 err = crypto_skcipher_decrypt(req); in prism2_wep_decrypt()
/Linux-v5.4/include/crypto/
Dskcipher.h435 int crypto_skcipher_decrypt(struct skcipher_request *req);
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c124 ret = crypto_skcipher_decrypt(req); in krb5_decrypt()
594 ret = crypto_skcipher_decrypt(desc->req); in decryptor()
718 ret = crypto_skcipher_decrypt(req); in gss_krb5_cts_crypt()
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c160 crypto_skcipher_decrypt(subreq); in ccp_aes_xts_crypt()
/Linux-v5.4/net/mac80211/
Dfils_aead.c194 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/Linux-v5.4/net/ceph/
Dcrypto.c250 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/Linux-v5.4/fs/crypto/
Dfname.c115 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
Dcrypto.c186 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block()
/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c232 crypto_skcipher_decrypt(subreq); in qce_ablkcipher_crypt()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c214 ret = crypto_skcipher_decrypt(req); in fallback_blk_dec()
483 ret = crypto_skcipher_decrypt(req); in xts_fallback_decrypt()

12