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

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

Completed in 94 milliseconds