Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dsa2ul.c1297 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) in sa_cipher_run() function
1345 return sa_cipher_run(req, req->iv, 1); in sa_encrypt()
1350 return sa_cipher_run(req, req->iv, 0); in sa_decrypt()