Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/internal/
Dhash.h149 static inline struct crypto_instance *ahash_crypto_instance( in ahash_crypto_instance() function
169 return crypto_instance_ctx(ahash_crypto_instance(inst)); in ahash_instance_ctx()
/kernel/linux/linux-5.10/crypto/
Dcryptd.c656 err = crypto_grab_shash(&ctx->spawn, ahash_crypto_instance(inst), in cryptd_create_hash()
662 err = cryptd_init_instance(ahash_crypto_instance(inst), &alg->base); in cryptd_create_hash()
Dahash.c644 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()