Home
last modified time | relevance | path

Searched refs:skcipher_req (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dalgif_skcipher.c106 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
107 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg()
118 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
122 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
123 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
132 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
137 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
138 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
/kernel/linux/linux-5.10/fs/ecryptfs/
Dkeystore.c599 struct skcipher_request *skcipher_req; member
686 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet()
687 if (!s->skcipher_req) { in ecryptfs_write_tag_70_packet()
695 skcipher_request_set_callback(s->skcipher_req, in ecryptfs_write_tag_70_packet()
827 skcipher_request_set_crypt(s->skcipher_req, s->src_sg, s->dst_sg, in ecryptfs_write_tag_70_packet()
829 rc = crypto_skcipher_encrypt(s->skcipher_req); in ecryptfs_write_tag_70_packet()
849 skcipher_request_free(s->skcipher_req); in ecryptfs_write_tag_70_packet()
869 struct skcipher_request *skcipher_req; member
1005 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet()
1006 if (!s->skcipher_req) { in ecryptfs_parse_tag_70_packet()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dqat_crypto.h42 struct skcipher_request *skcipher_req; member
Dqat_algs.c802 struct skcipher_request *sreq = qat_req->skcipher_req; in qat_skcipher_alg_callback()
1066 qat_req->skcipher_req = req; in qat_alg_skcipher_encrypt()
1144 qat_req->skcipher_req = req; in qat_alg_skcipher_decrypt()
/kernel/linux/linux-5.10/drivers/crypto/virtio/
Dvirtio_crypto_algs.c35 struct skcipher_request *skcipher_req; member
83 ablk_req = vc_sym_req->skcipher_req; in virtio_crypto_dataq_sym_callback()
501 vc_sym_req->skcipher_req = req; in virtio_crypto_skcipher_encrypt()
526 vc_sym_req->skcipher_req = req; in virtio_crypto_skcipher_decrypt()
/kernel/linux/linux-5.10/include/crypto/
Dif_alg.h112 struct skcipher_request skcipher_req; member