Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1241 struct skcipher_request *sk_req = req->c_req.sk_req; in sec_skcipher_copy_iv() local
1363 struct skcipher_request *sk_req = req->c_req.sk_req; in sec_update_iv() local
1376 iv = sk_req->iv; in sec_update_iv()
1377 cryptlen = sk_req->cryptlen; in sec_update_iv()
1417 struct skcipher_request *sk_req = req->c_req.sk_req; in sec_skcipher_callback() local
2023 struct skcipher_request *sk_req = sreq->c_req.sk_req; in sec_skcipher_param_check() local
2027 if (unlikely(!sk_req->src || !sk_req->dst)) { in sec_skcipher_param_check()
2035 sreq->c_req.c_len = sk_req->cryptlen; in sec_skcipher_param_check()
2095 if (!sk_req->cryptlen) { in sec_skcipher_crypto()
2101 req->flag = sk_req->base.flags; in sec_skcipher_crypto()
[all …]
H A Dsec.h29 struct skcipher_request *sk_req; member
/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c728 struct skcipher_request *sk_req = in get_qidxs() local
731 skcipher_request_ctx(sk_req); in get_qidxs()