Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dwp512.c1126 static struct crypto_alg wp512 = { variable
1132 .cra_list = LIST_HEAD_INIT(wp512.cra_list),
1172 ret = crypto_register_alg(&wp512); in init()
1180 crypto_unregister_alg(&wp512); in init()
1187 crypto_unregister_alg(&wp512); in init()
1196 crypto_unregister_alg(&wp512); in fini()
DMakefile22 obj-$(CONFIG_CRYPTO_WP512) += wp512.o