Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtea.c217 static struct crypto_alg tea_algs[3] = { { variable
263 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
268 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
/kernel/linux/linux-6.6/crypto/
H A Dtea.c217 static struct crypto_alg tea_algs[3] = { { variable
263 return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_init()
268 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()

Completed in 2 milliseconds