Home
last modified time | relevance | path

Searched refs:crypto_skcipher_encrypt (Results 1 - 25 of 138) sorted by relevance

123456

/kernel/linux/linux-5.10/net/rxrpc/
H A Drxkad.c137 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()
205 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()
248 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
263 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
318 crypto_skcipher_encrypt(req); in rxkad_secure_packet()
561 crypto_skcipher_encrypt(req); in rxkad_verify_packet()
800 crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
/kernel/linux/linux-5.10/crypto/
H A Dxts.c209 err = xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt_done()
268 crypto_skcipher_encrypt(subreq) ?: in xts_encrypt()
274 return xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt()
H 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()
H 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()
H A Dechainiv.c54 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
H A Dauthencesn.c178 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()
212 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
H A Dauthenc.c189 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()
222 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
H A Dseqiv.c78 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
/kernel/linux/linux-6.6/crypto/
H 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()
H 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()
H 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()
H A Dechainiv.c54 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
H A Dauthenc.c188 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()
221 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
H A Dauthencesn.c176 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()
210 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
/kernel/linux/linux-6.6/net/rxrpc/
H A Drxkad.c220 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()
281 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()
327 ret = crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
374 crypto_skcipher_encrypt(req); in rxkad_secure_packet()
587 crypto_skcipher_encrypt(req); in rxkad_verify_packet()
779 crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daes_ctr.c103 return crypto_skcipher_encrypt(subreq); in p8_aes_ctr_crypt()
H A Daes_cbc.c84 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_cbc_crypt()
H A Daes_xts.c95 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_xts_crypt()
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daes_ctr.c103 return crypto_skcipher_encrypt(subreq); in p8_aes_ctr_crypt()
H A Daes_cbc.c84 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_cbc_crypt()
H A Daes_xts.c95 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_xts_crypt()
/kernel/linux/linux-5.10/drivers/block/
H A Dcryptoloop.c128 encdecfunc = crypto_skcipher_encrypt; in cryptoloop_transfer()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H 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()
/kernel/linux/linux-5.10/drivers/hyperhold/
H A Dhp_device.c117 ret = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in soft_crypt_page()
/kernel/linux/linux-5.10/include/crypto/
H A Dskcipher.h409 * crypto_skcipher_encrypt() - encrypt plaintext
419 int crypto_skcipher_encrypt(struct skcipher_request *req);

Completed in 16 milliseconds

123456