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
373 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
446 static const struct crypto_type crypto_shash_type = { variable
462 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
478 base->cra_type = &crypto_shash_type; in shash_prepare_alg()
577 &crypto_shash_type); in crypto_init_shash_spawn()
585 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask); in shash_attr_alg()