Home
last modified time | relevance | path

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

/crypto/
Dshash.c25 static const struct crypto_type crypto_shash_type; variable
346 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
470 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_compat()
569 static const struct crypto_type crypto_shash_type = { variable
587 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
600 base->cra_type = &crypto_shash_type; in shash_prepare_alg()
699 &crypto_shash_type); in crypto_init_shash_spawn()
707 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask); in shash_attr_alg()