Searched refs:sa_cipher_run (Results 1 – 1 of 1) sorted by relevance
1297 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) in sa_cipher_run() function1345 return sa_cipher_run(req, req->iv, 1); in sa_encrypt()1350 return sa_cipher_run(req, req->iv, 0); in sa_decrypt()