Searched refs:skcipher_req (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | algif_skcipher.c | 110 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg() 111 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg() 122 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 126 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg() 127 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg() 136 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 141 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg() 142 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
|
| /Linux-v5.4/fs/ecryptfs/ |
| D | keystore.c | 599 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 …]
|
| /Linux-v5.4/include/crypto/ |
| D | if_alg.h | 111 struct skcipher_request skcipher_req; member
|