Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1502 static struct skcipher_alg sec_skciphers[] = { variable
1644 ret = crypto_register_skciphers(sec_skciphers, in sec_register_to_crypto()
1645 ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()
1651 crypto_unregister_skciphers(sec_skciphers, in sec_register_to_crypto()
1652 ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()
1658 crypto_unregister_skciphers(sec_skciphers, in sec_unregister_from_crypto()
1659 ARRAY_SIZE(sec_skciphers)); in sec_unregister_from_crypto()