Home
last modified time | relevance | path

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

/linux-5.19.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()
/linux-5.19.10/crypto/
Dcryptd.c654 err = crypto_grab_shash(&ctx->spawn, ahash_crypto_instance(inst), in cryptd_create_hash()
660 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()