Searched refs:skcipher_req (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | algif_skcipher.c | 90 err = algif_skcipher_export(sk, &areq->cra_u.skcipher_req); in algif_skcipher_done() 155 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg() 156 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg() 160 err = crypto_skcipher_import(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 177 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 182 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg() 183 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg() 192 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 198 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg() 199 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg() [all …]
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | keystore.c | 602 struct skcipher_request *skcipher_req; member 690 if (!s->skcipher_req) { in ecryptfs_write_tag_70_packet() 698 skcipher_request_set_callback(s->skcipher_req, in ecryptfs_write_tag_70_packet() 830 skcipher_request_set_crypt(s->skcipher_req, s->src_sg, s->dst_sg, in ecryptfs_write_tag_70_packet() 832 rc = crypto_skcipher_encrypt(s->skcipher_req); in ecryptfs_write_tag_70_packet() 852 skcipher_request_free(s->skcipher_req); in ecryptfs_write_tag_70_packet() 872 struct skcipher_request *skcipher_req; member 1009 if (!s->skcipher_req) { in ecryptfs_parse_tag_70_packet() 1017 skcipher_request_set_callback(s->skcipher_req, in ecryptfs_parse_tag_70_packet() 1048 rc = crypto_skcipher_decrypt(s->skcipher_req); in ecryptfs_parse_tag_70_packet() [all …]
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_crypto.h | 37 struct skcipher_request *skcipher_req; member
|
| H A 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-6.15/include/crypto/ |
| H A D | if_alg.h | 110 struct skcipher_request skcipher_req; member
|