Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Dsa2ul.c1267 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) in sa_cipher_run() function
1318 return sa_cipher_run(req, req->iv, 1); in sa_encrypt()
1323 return sa_cipher_run(req, req->iv, 0); in sa_decrypt()