Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c2108 static int sec_skcipher_crypto(struct skcipher_request *sk_req, bool encrypt) in sec_skcipher_crypto() function
2138 return sec_skcipher_crypto(sk_req, true); in sec_skcipher_encrypt()
2143 return sec_skcipher_crypto(sk_req, false); in sec_skcipher_decrypt()