Lines Matching refs:skcipher_req
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()
204 sk, &areq->cra_u.skcipher_req); in _skcipher_recvmsg()