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

/linux-master/crypto/
H A Dhash.h14 extern const struct crypto_type crypto_shash_type;
H A Dshash.c216 const struct crypto_type crypto_shash_type = { variable in typeref:struct:crypto_type
236 spawn->base.frontend = &crypto_shash_type;
244 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask);
250 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask);
272 nhash = crypto_clone_tfm(&crypto_shash_type, tfm);
321 base->cra_type = &crypto_shash_type;
H A Dahash.c123 shash = crypto_create_tfm(calg, &crypto_shash_type);
477 if (tfm->__crt_alg->cra_type == &crypto_shash_type)
490 if (alg->cra_type == &crypto_shash_type)
572 if (alg->cra_type == &crypto_shash_type)

Completed in 135 milliseconds