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

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.h37 struct skcipher_request *skcipher_req; member in union:qat_crypto_request::__anon272
H A Dqat_algs.c683 struct skcipher_request *sreq = qat_req->skcipher_req;
704 struct skcipher_request *sreq = qat_req->skcipher_req;
741 struct skcipher_request *sreq = qat_req->skcipher_req;
1005 u8 *iv = qat_req->skcipher_req->iv;
1039 qat_req->skcipher_req = req;
1106 qat_req->skcipher_req = req;
/linux-master/crypto/
H A Dalgif_skcipher.c90 err = algif_skcipher_export(sk, &areq->cra_u.skcipher_req);
155 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm);
156 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl,
160 err = crypto_skcipher_import(&areq->cra_u.skcipher_req,
177 skcipher_request_set_callback(&areq->cra_u.skcipher_req,
182 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) :
183 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req);
192 skcipher_request_set_callback(&areq->cra_u.skcipher_req,
198 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) :
199 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req),
[all...]
/linux-master/fs/ecryptfs/
H A Dkeystore.c602 struct skcipher_request *skcipher_req; member in struct:ecryptfs_write_tag_70_packet_silly_stack
689 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);
690 if (!s->skcipher_req) {
698 skcipher_request_set_callback(s->skcipher_req,
830 skcipher_request_set_crypt(s->skcipher_req, s->src_sg, s->dst_sg,
832 rc = crypto_skcipher_encrypt(s->skcipher_req);
852 skcipher_request_free(s->skcipher_req);
872 struct skcipher_request *skcipher_req; member in struct:ecryptfs_parse_tag_70_packet_silly_stack
1008 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);
1009 if (!s->skcipher_req) {
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c32 struct skcipher_request *skcipher_req; member in struct:virtio_crypto_sym_request
80 ablk_req = vc_sym_req->skcipher_req;
485 vc_sym_req->skcipher_req = req;
510 vc_sym_req->skcipher_req = req;
/linux-master/include/crypto/
H A Dif_alg.h110 struct skcipher_request skcipher_req; member in union:af_alg_async_req::__anon288

Completed in 103 milliseconds