Searched refs:skcipher_req (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/crypto/ |
| D | algif_skcipher.c | 106 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()
|
| /Linux-v6.6/fs/ecryptfs/ |
| D | keystore.c | 600 struct skcipher_request *skcipher_req; member 687 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet() 688 if (!s->skcipher_req) { in ecryptfs_write_tag_70_packet() 696 skcipher_request_set_callback(s->skcipher_req, in ecryptfs_write_tag_70_packet() 828 skcipher_request_set_crypt(s->skcipher_req, s->src_sg, s->dst_sg, in ecryptfs_write_tag_70_packet() 830 rc = crypto_skcipher_encrypt(s->skcipher_req); in ecryptfs_write_tag_70_packet() 850 skcipher_request_free(s->skcipher_req); in ecryptfs_write_tag_70_packet() 870 struct skcipher_request *skcipher_req; member 1006 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet() 1007 if (!s->skcipher_req) { in ecryptfs_parse_tag_70_packet() [all …]
|
| /Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
| D | qat_crypto.h | 37 struct skcipher_request *skcipher_req; member
|
| D | qat_algs.c | 683 struct skcipher_request *sreq = qat_req->skcipher_req; in qat_alg_update_iv_ctr_mode() 704 struct skcipher_request *sreq = qat_req->skcipher_req; in qat_alg_update_iv_cbc_mode() 741 struct skcipher_request *sreq = qat_req->skcipher_req; in qat_skcipher_alg_callback() 1005 u8 *iv = qat_req->skcipher_req->iv; in qat_alg_set_req_iv() 1039 qat_req->skcipher_req = req; in qat_alg_skcipher_encrypt() 1106 qat_req->skcipher_req = req; in qat_alg_skcipher_decrypt()
|
| /Linux-v6.6/drivers/crypto/virtio/ |
| D | virtio_crypto_skcipher_algs.c | 32 struct skcipher_request *skcipher_req; member 80 ablk_req = vc_sym_req->skcipher_req; in virtio_crypto_dataq_sym_callback() 485 vc_sym_req->skcipher_req = req; in virtio_crypto_skcipher_encrypt() 510 vc_sym_req->skcipher_req = req; in virtio_crypto_skcipher_decrypt()
|
| /Linux-v6.6/include/crypto/ |
| D | if_alg.h | 110 struct skcipher_request skcipher_req; member
|