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

/arch/x86/crypto/
H A Dserpent_avx_glue.c377 static struct crypto_alg serpent_algs[10] = { { variable in typeref:struct:crypto_alg
607 return crypto_register_algs(serpent_algs, ARRAY_SIZE(serpent_algs));
612 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs));
H A Dserpent_sse2_glue.c386 static struct crypto_alg serpent_algs[10] = { { variable in typeref:struct:crypto_alg
608 return crypto_register_algs(serpent_algs, ARRAY_SIZE(serpent_algs));
613 crypto_unregister_algs(serpent_algs, ARRAY_SIZE(serpent_algs));

Completed in 32 milliseconds