Home
last modified time | relevance | path

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

123

/linux-6.1.9/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.c230 err = xts_cts_final(req, crypto_skcipher_decrypt); in xts_decrypt_done()
286 crypto_skcipher_decrypt(subreq) ?: in xts_decrypt()
292 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.c636 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
651 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
Dsimd.c101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/include/crypto/
Dskcipher.h436 int crypto_skcipher_decrypt(struct skcipher_request *req);
/linux-6.1.9/net/rxrpc/
Drxkad.c476 crypto_skcipher_decrypt(req); in rxkad_verify_packet_1()
567 crypto_skcipher_decrypt(req); in rxkad_verify_packet_2()
1016 crypto_skcipher_decrypt(req); in rxkad_decrypt_ticket()
1147 crypto_skcipher_decrypt(req); in rxkad_decrypt_response()
/linux-6.1.9/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c115 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req), in test_skcipher_encdec()
/linux-6.1.9/fs/crypto/
Dcrypto.c135 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block()
Dfname.c180 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
/linux-6.1.9/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c160 crypto_skcipher_decrypt(&rctx->fallback_req); in ccp_aes_xts_crypt()
/linux-6.1.9/net/mac80211/
Dfils_aead.c194 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/linux-6.1.9/net/ceph/
Dcrypto.c251 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/linux-6.1.9/drivers/crypto/
Dgeode-aes.c277 return crypto_skcipher_decrypt(subreq); in geode_skcipher_crypt()
/linux-6.1.9/drivers/crypto/gemini/
Dsl3516-ce-cipher.c117 err = crypto_skcipher_decrypt(&rctx->fallback_req); in sl3516_ce_cipher_fallback()
/linux-6.1.9/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c78 err = crypto_skcipher_decrypt(&rctx->fallback_req); in meson_cipher_do_fallback()
/linux-6.1.9/arch/s390/crypto/
Daes_s390.c197 crypto_skcipher_decrypt(subreq) : in fallback_skcipher_crypt()
450 crypto_skcipher_decrypt(subreq) : in xts_aes_crypt()
/linux-6.1.9/block/
Dblk-crypto-fallback.c425 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()

123