Home
last modified time | relevance | path

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

/crypto/
Dshash.c21 static const struct crypto_type crypto_shash_type; variable
361 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
434 static const struct crypto_type crypto_shash_type = { variable
450 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
466 base->cra_type = &crypto_shash_type; in shash_prepare_alg()
565 &crypto_shash_type); in crypto_init_shash_spawn()
573 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask); in shash_attr_alg()