Searched refs:ahash_crypto_instance (Results 1 – 4 of 4) sorted by relevance
213 static inline struct crypto_instance *ahash_crypto_instance( in ahash_crypto_instance() function233 return crypto_instance_ctx(ahash_crypto_instance(inst)); in ahash_instance_ctx()
463 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()
684 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()
1053 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()