Home
last modified time | relevance | path

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

/linux/crypto/
H A Dshash.c232 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash() function
239 EXPORT_SYMBOL_GPL(crypto_grab_shash);
H A Dhmac.c197 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.c562 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()
/linux/include/crypto/internal/
H A Dhash.h113 int crypto_grab_shash(struct crypto_shash_spawn *spawn,