Home
last modified time | relevance | path

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

/drivers/crypto/
Dsa2ul.c1296 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) in sa_cipher_run() function
1344 return sa_cipher_run(req, req->iv, 1); in sa_encrypt()
1349 return sa_cipher_run(req, req->iv, 0); in sa_decrypt()