Searched refs:michael_mic_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 Dmichael_mic.c142 static struct crypto_alg michael_mic_alg = { variable in typeref:struct:crypto_alg
149 .cra_list = LIST_HEAD_INIT(michael_mic_alg.cra_list),
161 return crypto_register_alg(&michael_mic_alg);
167 crypto_unregister_alg(&michael_mic_alg);

Completed in 15 milliseconds