Home
last modified time | relevance | path

Searched refs:camellia_skcipher_algs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_glue.c1410 static struct skcipher_alg camellia_skcipher_algs[] = { variable
1491 err = crypto_register_skciphers(camellia_skcipher_algs, in init()
1492 ARRAY_SIZE(camellia_skcipher_algs)); in init()
1502 crypto_unregister_skciphers(camellia_skcipher_algs, in fini()
1503 ARRAY_SIZE(camellia_skcipher_algs)); in fini()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_glue.c1329 static struct skcipher_alg camellia_skcipher_algs[] = { variable
1396 err = crypto_register_skciphers(camellia_skcipher_algs, in camellia_init()
1397 ARRAY_SIZE(camellia_skcipher_algs)); in camellia_init()
1407 crypto_unregister_skciphers(camellia_skcipher_algs, in camellia_fini()
1408 ARRAY_SIZE(camellia_skcipher_algs)); in camellia_fini()

Completed in 3 milliseconds