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

/linux-master/crypto/
H A Dhash.h44 extern const struct crypto_type crypto_shash_type;
H A Dshash.c274 const struct crypto_type crypto_shash_type = { variable in typeref:struct:crypto_type
297 spawn->base.frontend = &crypto_shash_type;
305 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask);
311 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask);
333 nhash = crypto_clone_tfm(&crypto_shash_type, tfm);
386 base->cra_type = &crypto_shash_type;
H A Dahash.c139 shash = crypto_create_tfm(calg, &crypto_shash_type);
521 if (tfm->__crt_alg->cra_type == &crypto_shash_type)
534 if (alg->cra_type == &crypto_shash_type)
625 if (alg->cra_type == &crypto_shash_type)

Completed in 171 milliseconds