crypto_register_shashes
err = crypto_register_shashes(mac_algs, ARRAY_SIZE(mac_algs));
err = crypto_register_shashes(sm4_mac_algs, ARRAY_SIZE(sm4_mac_algs));
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
EXPORT_SYMBOL_GPL(crypto_register_shashes);
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
return crypto_register_shashes(wp_algs, ARRAY_SIZE(wp_algs));
int crypto_register_shashes(struct shash_alg *algs, int count);