Home
last modified time | relevance | path

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

/linux/crypto/
H A Dalgif_skcipher.c90 err = algif_skcipher_export(sk, &areq->cra_u.skcipher_req); in algif_skcipher_done()
160 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
161 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg()
165 err = crypto_skcipher_import(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
182 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
187 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
188 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
197 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
203 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
204 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.h37 struct skcipher_request *skcipher_req; member
/linux/include/crypto/
H A Dif_alg.h110 struct skcipher_request skcipher_req; member