Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/crypto/
A 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()
A 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()
A 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()
A Dchacha20poly1305.c146 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()
387 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
A Dlrw.c261 crypto_skcipher_decrypt(subreq) ?: in lrw_decrypt()
A Dskcipher.c622 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
637 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
A Dsimd.c101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
/linux-6.3-rc2/Documentation/crypto/
A Dapi-skcipher.rst17 …ksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_skcipher_decrypt
A Dapi-samples.rst71 * crypto_skcipher_decrypt().
/linux-6.3-rc2/drivers/crypto/vmx/
A Daes_cbc.c85 crypto_skcipher_decrypt(subreq); in p8_aes_cbc_crypt()
A Daes_xts.c96 crypto_skcipher_decrypt(subreq); in p8_aes_xts_crypt()
/linux-6.3-rc2/net/rxrpc/
A Drxkad.c438 crypto_skcipher_decrypt(req); in rxkad_verify_packet_1()
516 crypto_skcipher_decrypt(req); in rxkad_verify_packet_2()
889 crypto_skcipher_decrypt(req); in rxkad_decrypt_ticket()
1008 crypto_skcipher_decrypt(req); in rxkad_decrypt_response()
/linux-6.3-rc2/include/crypto/
A Dskcipher.h436 int crypto_skcipher_decrypt(struct skcipher_request *req);
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c188 ret = crypto_skcipher_decrypt(req); in krb5_decrypt()
508 ret = crypto_skcipher_decrypt(desc->req); in decryptor()
631 ret = crypto_skcipher_decrypt(req); in gss_krb5_cts_crypt()
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c115 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req), in test_skcipher_encdec()
/linux-6.3-rc2/fs/crypto/
A Dcrypto.c135 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block()
A Dfname.c180 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-crypto-aes-xts.c160 crypto_skcipher_decrypt(&rctx->fallback_req); in ccp_aes_xts_crypt()
/linux-6.3-rc2/net/mac80211/
A Dfils_aead.c194 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/linux-6.3-rc2/net/ceph/
A Dcrypto.c251 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/linux-6.3-rc2/drivers/crypto/
A Dgeode-aes.c277 return crypto_skcipher_decrypt(subreq); in geode_skcipher_crypt()
/linux-6.3-rc2/drivers/crypto/amlogic/
A Damlogic-gxl-cipher.c78 err = crypto_skcipher_decrypt(&rctx->fallback_req); in meson_cipher_do_fallback()
/linux-6.3-rc2/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c117 err = crypto_skcipher_decrypt(&rctx->fallback_req); in sl3516_ce_cipher_fallback()
/linux-6.3-rc2/arch/s390/crypto/
A Daes_s390.c197 crypto_skcipher_decrypt(subreq) : in fallback_skcipher_crypt()
446 crypto_skcipher_decrypt(subreq) : in xts_aes_crypt()
/linux-6.3-rc2/block/
A Dblk-crypto-fallback.c425 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()

Completed in 41 milliseconds

123