Searched refs:sec_skcipher_crypto (Results 1 – 1 of 1) sorted by relevance
2110 static int sec_skcipher_crypto(struct skcipher_request *sk_req, bool encrypt) in sec_skcipher_crypto() function2140 return sec_skcipher_crypto(sk_req, true); in sec_skcipher_encrypt()2145 return sec_skcipher_crypto(sk_req, false); in sec_skcipher_decrypt()