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

/linux-master/crypto/
H A Dcrypto_null.c93 static struct shash_alg digest_null = { variable in typeref:struct:shash_alg
102 .cra_name = "digest_null",
103 .cra_driver_name = "digest_null-generic",
150 MODULE_ALIAS_CRYPTO("digest_null");
196 ret = crypto_register_shash(&digest_null);
207 crypto_unregister_shash(&digest_null);
217 crypto_unregister_shash(&digest_null);

Completed in 97 milliseconds