Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dserpent_sse2_glue.c386 static struct crypto_alg serpent_algs[10] = { { variable
613 return crypto_register_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_sse2_init()
618 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_sse2_exit()
Dserpent_avx_glue.c376 static struct crypto_alg serpent_algs[10] = { { variable
606 return crypto_register_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_init()
611 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); in serpent_exit()