Home
last modified time | relevance | path

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

/linux/crypto/
H A Dcrypto_null.c69 static struct shash_alg digest_null = { variable
78 .cra_name = "digest_null",
79 .cra_driver_name = "digest_null-generic",
115 MODULE_ALIAS_CRYPTO("digest_null");
126 ret = crypto_register_shash(&digest_null); in crypto_null_mod_init()
137 crypto_unregister_shash(&digest_null); in crypto_null_mod_init()
147 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()