Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/
Dsa2ul.c219 struct sa_req { struct
638 static inline void sa_update_cmdl(struct sa_req *req, u32 *cmdl, in sa_update_cmdl()
1079 static int sa_run(struct sa_req *req) in sa_run()
1301 struct sa_req sa_req = { 0 }; in sa_cipher_run() local
1327 sa_req.size = req->cryptlen; in sa_cipher_run()
1328 sa_req.enc_size = req->cryptlen; in sa_cipher_run()
1329 sa_req.src = req->src; in sa_cipher_run()
1330 sa_req.dst = req->dst; in sa_cipher_run()
1331 sa_req.enc_iv = iv; in sa_cipher_run()
1332 sa_req.type = CRYPTO_ALG_TYPE_SKCIPHER; in sa_cipher_run()
[all …]