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