Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dhash.h50 int ahash_register_instance(struct crypto_template *tmpl,
/linux-6.15/crypto/
H A Dahash.c1061 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance() function
1075 EXPORT_SYMBOL_GPL(ahash_register_instance);
H A Dcryptd.c711 err = ahash_register_instance(tmpl, inst); in cryptd_create_hash()