Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dhash.h75 int ahash_register_instance(struct crypto_template *tmpl,
/linux-5.19.10/crypto/
Dahash.c632 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance() function
646 EXPORT_SYMBOL_GPL(ahash_register_instance);
Dcryptd.c686 err = ahash_register_instance(tmpl, inst); in cryptd_create_hash()