Home
last modified time | relevance | path

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

123

/linux/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.c636 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
651 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
A Dsimd.c101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
/linux/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/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/net/sunrpc/auth_gss/
A 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/net/rxrpc/
A 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/include/crypto/
A Dskcipher.h432 int crypto_skcipher_decrypt(struct skcipher_request *req);
/linux/fs/crypto/
A Dcrypto.c127 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block()
A Dfname.c171 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-xts.c160 crypto_skcipher_decrypt(&rctx->fallback_req); in ccp_aes_xts_crypt()
/linux/net/mac80211/
A Dfils_aead.c194 res = crypto_skcipher_decrypt(req); in aes_siv_decrypt()
/linux/net/ceph/
A Dcrypto.c251 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
/linux/drivers/crypto/
A Dgeode-aes.c277 return crypto_skcipher_decrypt(subreq); in geode_skcipher_crypt()
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c117 err = crypto_skcipher_decrypt(&rctx->fallback_req); in sl3516_ce_cipher_fallback()
/linux/drivers/crypto/amlogic/
A Damlogic-gxl-cipher.c78 err = crypto_skcipher_decrypt(&rctx->fallback_req); in meson_cipher_do_fallback()
/linux/arch/s390/crypto/
A Daes_s390.c197 crypto_skcipher_decrypt(subreq) : in fallback_skcipher_crypt()
450 crypto_skcipher_decrypt(subreq) : in xts_aes_crypt()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c89 err = crypto_skcipher_decrypt(&rctx->fallback_req); in sun8i_ss_cipher_fallback()
/linux/drivers/crypto/qce/
A Dskcipher.c303 crypto_skcipher_decrypt(&rctx->fallback_req); in qce_skcipher_crypt()

Completed in 31 milliseconds

123