Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c2110 static int sec_skcipher_crypto(struct skcipher_request *sk_req, bool encrypt) in sec_skcipher_crypto() function
2140 return sec_skcipher_crypto(sk_req, true); in sec_skcipher_encrypt()
2145 return sec_skcipher_crypto(sk_req, false); in sec_skcipher_decrypt()