Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dshash.c22 static const struct crypto_type crypto_shash_type; variable
420 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
544 static const struct crypto_type crypto_shash_type = { variable
567 spawn->base.frontend = &crypto_shash_type; in crypto_grab_shash()
575 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
581 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask); in crypto_has_shash()
603 nhash = crypto_clone_tfm(&crypto_shash_type, tfm); in crypto_clone_shash()
655 base->cra_type = &crypto_shash_type; in shash_prepare_alg()