Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/crypto/
Dtwofish_glue_3way.c527 static struct crypto_alg blk_lrw_alg = { variable
537 .cra_list = LIST_HEAD_INIT(blk_lrw_alg.cra_list),
653 err = crypto_register_alg(&blk_lrw_alg); in init()
664 crypto_unregister_alg(&blk_lrw_alg); in init()
678 crypto_unregister_alg(&blk_lrw_alg); in fini()
Dserpent_sse2_glue.c583 static struct crypto_alg blk_lrw_alg = { variable
593 .cra_list = LIST_HEAD_INIT(blk_lrw_alg.cra_list),
1014 err = crypto_register_alg(&blk_lrw_alg); in serpent_sse2_init()
1034 crypto_unregister_alg(&blk_lrw_alg); in serpent_sse2_init()
1056 crypto_unregister_alg(&blk_lrw_alg); in serpent_sse2_exit()