Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dsa2ul.c1271 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) in sa_cipher_run() function
1322 return sa_cipher_run(req, req->iv, 1); in sa_encrypt()
1327 return sa_cipher_run(req, req->iv, 0); in sa_decrypt()