Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-alg-registration.c233 static int fips140_prepare_shash_alg(struct shash_alg *alg) in fips140_prepare_shash_alg() function
265 return fips140_prepare_shash_alg(alg) ?: crypto_register_shash(alg); in fips140_crypto_register_shash()
293 return fips140_prepare_shash_alg(&inst->alg) ?: in fips140_shash_register_instance()
368 err = fips140_prepare_shash_alg(&algs[i]); in fips140_crypto_register_shashes()