Home
last modified time | relevance | path

Searched refs:crypto_skcipher_encrypt (Results 1 – 25 of 72) sorted by relevance

123

/linux/crypto/
A Dcts.c125 return crypto_skcipher_encrypt(subreq); in cts_cbc_encrypt()
164 return crypto_skcipher_encrypt(subreq); in crypto_cts_encrypt()
175 return crypto_skcipher_encrypt(subreq) ?: in crypto_cts_encrypt()
A Dxts.c210 err = xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt_done()
269 crypto_skcipher_encrypt(subreq) ?: in xts_encrypt()
275 return xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt()
A Dalgif_skcipher.c122 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
137 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
A Dechainiv.c54 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
A Dseqiv.c78 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
A Dauthenc.c189 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()
222 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
A Dauthencesn.c178 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()
212 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
A Dadiantum.c154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
383 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()
A Dgcm.c131 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()
461 return crypto_skcipher_encrypt(skreq) ?: in crypto_gcm_encrypt()
972 return crypto_skcipher_encrypt(nreq); in crypto_rfc4543_copy_src_to_dst()
A Dlrw.c250 crypto_skcipher_encrypt(subreq) ?: in lrw_encrypt()
A Dctr.c215 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
/linux/net/rxrpc/
A Drxkad.c220 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()
293 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()
342 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
356 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
410 crypto_skcipher_encrypt(req); in rxkad_secure_packet()
649 crypto_skcipher_encrypt(req); in rxkad_verify_packet()
884 crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
/linux/Documentation/crypto/
A Dapi-skcipher.rst17 …skcipher_blocksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_sk…
A Dapi-samples.rst70 * To decrypt instead of encrypt, just change crypto_skcipher_encrypt() to
78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/linux/drivers/crypto/vmx/
A Daes_cbc.c84 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_cbc_crypt()
A Daes_ctr.c103 return crypto_skcipher_encrypt(subreq); in p8_aes_ctr_crypt()
A Daes_xts.c95 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_xts_crypt()
/linux/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c86 ret = crypto_skcipher_encrypt(req); in krb5_encrypt()
374 ret = crypto_skcipher_encrypt(desc->req); in encryptor()
582 ret = crypto_skcipher_encrypt(req); in gss_krb5_cts_crypt()
/linux/include/crypto/
A Dskcipher.h419 int crypto_skcipher_encrypt(struct skcipher_request *req);
/linux/fs/crypto/
A Dkeysetup_v1.c79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
A Dcrypto.c129 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_block()
A Dfname.c124 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_fname_encrypt()
/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-xts.c159 ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) : in ccp_aes_xts_crypt()
/linux/net/mac80211/
A Dfils_aead.c135 res = crypto_skcipher_encrypt(req); in aes_siv_encrypt()
/linux/net/ceph/
A Dcrypto.c249 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()

Completed in 43 milliseconds

123