Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dshash.c21 static const struct crypto_type crypto_shash_type; variable
388 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
494 static const struct crypto_type crypto_shash_type = { variable
512 spawn->base.frontend = &crypto_shash_type; in crypto_grab_shash()
520 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
536 base->cra_type = &crypto_shash_type; in shash_prepare_alg()