Home
last modified time | relevance | path

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

123

/linux/crypto/
H 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()
H 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()
H A Dalgif_skcipher.c183 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
199 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
H A Dchacha20poly1305.c146 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()
387 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
H A Dlrw.c261 crypto_skcipher_decrypt(subreq) ?: in lrw_decrypt()
H A Dsimd.c101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
H A Dauthenc.c257 return crypto_skcipher_decrypt(skreq); in crypto_authenc_decrypt_tail()
/linux/Documentation/crypto/
H A Dapi-skcipher.rst17 …ksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_skcipher_decrypt
H A Dapi-samples.rst71 * crypto_skcipher_decrypt().
/linux/arch/powerpc/crypto/
H A Daes_cbc.c85 crypto_skcipher_decrypt(subreq); in p8_aes_cbc_crypt()
H A Daes_xts.c96 crypto_skcipher_decrypt(subreq); in p8_aes_xts_crypt()
/linux/net/rxrpc/
H A Drxkad.c440 crypto_skcipher_decrypt(req); in rxkad_verify_packet_1()
518 crypto_skcipher_decrypt(req); in rxkad_verify_packet_2()
892 crypto_skcipher_decrypt(req); in rxkad_decrypt_ticket()
1011 crypto_skcipher_decrypt(req); in rxkad_decrypt_response()
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c120 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in do_dcp_crypto()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c188 ret = crypto_skcipher_decrypt(req); in krb5_decrypt()
510 ret = crypto_skcipher_decrypt(desc->req); in decryptor()
633 ret = crypto_skcipher_decrypt(req); in gss_krb5_cts_crypt()
/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c115 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req), in test_skcipher_encdec()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c160 crypto_skcipher_decrypt(&rctx->fallback_req); in ccp_aes_xts_crypt()
/linux/fs/crypto/
H A Dcrypto.c142 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_data_unit()
H A Dfname.c174 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
/linux/net/ceph/
H A Dcrypto.c251 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/linux/net/mac80211/
H A Dfils_aead.c194 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/linux/include/crypto/
H A Dskcipher.h706 int crypto_skcipher_decrypt(struct skcipher_request *req);
/linux/drivers/crypto/
H A Dgeode-aes.c277 return crypto_skcipher_decrypt(subreq); in geode_skcipher_crypt()
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c78 err = crypto_skcipher_decrypt(&rctx->fallback_req); in meson_cipher_do_fallback()
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c121 err = crypto_skcipher_decrypt(&rctx->fallback_req); in sl3516_ce_cipher_fallback()
/linux/arch/s390/crypto/
H A Daes_s390.c197 crypto_skcipher_decrypt(subreq) : in fallback_skcipher_crypt()
446 crypto_skcipher_decrypt(subreq) : in xts_aes_crypt()

123