Home
last modified time | relevance | path

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

/linux-3.4.99/include/crypto/internal/
Dhash.h69 int ahash_register_instance(struct crypto_template *tmpl,
/linux-3.4.99/crypto/
Dahash.c494 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance() function
505 EXPORT_SYMBOL_GPL(ahash_register_instance);
Dcryptd.c618 err = ahash_register_instance(tmpl, inst); in cryptd_create_hash()