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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Danubis.c675 static struct crypto_alg anubis_alg = { variable in typeref:struct:crypto_alg
682 .cra_list = LIST_HEAD_INIT(anubis_alg.cra_list),
695 ret = crypto_register_alg(&anubis_alg);
701 crypto_unregister_alg(&anubis_alg);

Completed in 98 milliseconds