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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcrypto_null.c71 static struct crypto_alg digest_null = { variable in typeref:struct:crypto_alg
72 .cra_name = "digest_null",
77 .cra_list = LIST_HEAD_INIT(digest_null.cra_list),
101 MODULE_ALIAS("digest_null");
112 ret = crypto_register_alg(&digest_null);
120 crypto_unregister_alg(&digest_null);
132 crypto_unregister_alg(&digest_null);

Completed in 14 milliseconds