Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A 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()
/OK3568_Linux_fs/kernel/crypto/
H A 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()
H A Dahash.c644 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()