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

/linux-4.1.27/arch/x86/crypto/
H A Dserpent_avx_glue.c377 static struct crypto_alg serpent_algs[10] = { { variable in typeref:struct:crypto_alg
612 return crypto_register_algs(serpent_algs, ARRAY_SIZE(serpent_algs)); serpent_init()
617 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 104 milliseconds