Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dhash.h213 static inline struct crypto_instance *ahash_crypto_instance( in ahash_crypto_instance() function
233 return crypto_instance_ctx(ahash_crypto_instance(inst)); in ahash_instance_ctx()
/linux/crypto/
H A Dhmac.c463 err = crypto_grab_ahash(spawn, ahash_crypto_instance(inst), in hmac_create_ahash()
480 err = crypto_inst_setname(ahash_crypto_instance(inst), tmpl->name, alg); in hmac_create_ahash()
H A Dcryptd.c684 err = crypto_grab_shash(&ctx->spawn, ahash_crypto_instance(inst), in cryptd_create_hash()
690 err = cryptd_init_instance(ahash_crypto_instance(inst), &alg->base); in cryptd_create_hash()
H A Dahash.c1053 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()