Home
last modified time | relevance | path

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

123

/Linux-v5.10/crypto/
Dcts.c219 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()
Dxts.c229 err = xts_cts_final(req, crypto_skcipher_decrypt); in xts_decrypt_done()
285 crypto_skcipher_decrypt(subreq) ?: in xts_decrypt()
291 return xts_cts_final(req, crypto_skcipher_decrypt); in xts_decrypt()
Dalgif_skcipher.c123 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
138 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
Dchacha20poly1305.c146 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()
387 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
Dlrw.c261 crypto_skcipher_decrypt(subreq) ?: in lrw_decrypt()
Dskcipher.c641 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
656 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
Dsimd.c101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
/Linux-v5.10/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.10/drivers/crypto/vmx/
Daes_cbc.c85 crypto_skcipher_decrypt(subreq); in p8_aes_cbc_crypt()
Daes_xts.c96 crypto_skcipher_decrypt(subreq); in p8_aes_xts_crypt()
/Linux-v5.10/drivers/block/
Dcryptoloop.c122 encdecfunc = crypto_skcipher_decrypt; in cryptoloop_transfer()
/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c124 ret = crypto_skcipher_decrypt(req); in krb5_decrypt()
460 ret = crypto_skcipher_decrypt(desc->req); in decryptor()
584 ret = crypto_skcipher_decrypt(req); in gss_krb5_cts_crypt()
/Linux-v5.10/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.10/include/crypto/
Dskcipher.h430 int crypto_skcipher_decrypt(struct skcipher_request *req);
/Linux-v5.10/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c160 crypto_skcipher_decrypt(&rctx->fallback_req); in ccp_aes_xts_crypt()
/Linux-v5.10/fs/crypto/
Dcrypto.c127 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block()
Dfname.c167 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
/Linux-v5.10/net/mac80211/
Dfils_aead.c194 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/Linux-v5.10/net/ceph/
Dcrypto.c250 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/Linux-v5.10/drivers/crypto/
Dgeode-aes.c276 return crypto_skcipher_decrypt(subreq); in geode_skcipher_crypt()
/Linux-v5.10/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c78 err = crypto_skcipher_decrypt(&rctx->fallback_req); in meson_cipher_do_fallback()
/Linux-v5.10/arch/s390/crypto/
Daes_s390.c196 crypto_skcipher_decrypt(subreq) : in fallback_skcipher_crypt()
449 crypto_skcipher_decrypt(subreq) : in xts_aes_crypt()
/Linux-v5.10/block/
Dblk-crypto-fallback.c421 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c89 err = crypto_skcipher_decrypt(&rctx->fallback_req); in sun8i_ss_cipher_fallback()

123