Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dhash.h117 int crypto_grab_shash(struct crypto_shash_spawn *spawn,
/openbmc/linux/crypto/
H A Dshash.c563 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash() function
570 EXPORT_SYMBOL_GPL(crypto_grab_shash);
H A Dhmac.c204 err = crypto_grab_shash(spawn, shash_crypto_instance(inst), in hmac_create()
H A Dhctr2.c461 err = crypto_grab_shash(&ictx->polyval_spawn, in hctr2_create_common()
H A Dadiantum.c531 err = crypto_grab_shash(&ictx->hash_spawn, in adiantum_create()
H A Dcryptd.c678 err = crypto_grab_shash(&ctx->spawn, ahash_crypto_instance(inst), in cryptd_create_hash()