Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dhash.h107 int shash_register_instance(struct crypto_template *tmpl,
/linux-5.19.10/crypto/
Dshash.c603 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance() function
617 EXPORT_SYMBOL_GPL(shash_register_instance);
Dhmac.c234 err = shash_register_instance(tmpl, inst); in hmac_create()
Dxcbc.c246 err = shash_register_instance(tmpl, inst); in xcbc_create()
Dcmac.c287 err = shash_register_instance(tmpl, inst); in cmac_create()
Dvmac.c667 err = shash_register_instance(tmpl, inst); in vmac_create()
Dccm.c909 err = shash_register_instance(tmpl, inst); in cbcmac_create()