Searched refs:crypto_shash_type (Results 1 – 3 of 3) sorted by relevance
360 const struct crypto_type crypto_shash_type = { variable381 spawn->base.frontend = &crypto_shash_type; in crypto_grab_shash()389 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()395 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask); in crypto_has_shash()417 nhash = crypto_clone_tfm(&crypto_shash_type, tfm); in crypto_clone_shash()474 base->cra_type = &crypto_shash_type; in shash_prepare_alg()
14 extern const struct crypto_type crypto_shash_type;
261 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_ahash_using_shash()710 if (tfm->__crt_alg->cra_type == &crypto_shash_type) in crypto_ahash_init_tfm()762 if (alg->cra_type == &crypto_shash_type) in crypto_ahash_extsize()845 if (alg->cra_type == &crypto_shash_type) in crypto_hash_alg_has_setkey()
Completed in 7 milliseconds