Home
last modified time | relevance | path

Searched refs:shash_register_instance (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/crypto/internal/
Dhash.h101 int shash_register_instance(struct crypto_template *tmpl,
/linux-4.1.27/crypto/
Dxcbc.c256 err = shash_register_instance(tmpl, inst); in xcbc_create()
Dcmac.c283 err = shash_register_instance(tmpl, inst); in cmac_create()
Dhmac.c238 err = shash_register_instance(tmpl, inst); in hmac_create()
Dshash.c671 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance() function
682 EXPORT_SYMBOL_GPL(shash_register_instance);
Dvmac.c683 err = shash_register_instance(tmpl, inst); in vmac_create()