Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
Dhash.h113 int shash_register_instance(struct crypto_template *tmpl,
/Linux-v5.10/crypto/
Dshash.c591 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance() function
605 EXPORT_SYMBOL_GPL(shash_register_instance);
Dhmac.c230 err = shash_register_instance(tmpl, inst); in hmac_create()
Dxcbc.c245 err = shash_register_instance(tmpl, inst); in xcbc_create()
Dcmac.c286 err = shash_register_instance(tmpl, inst); in cmac_create()
Dvmac.c666 err = shash_register_instance(tmpl, inst); in vmac_create()
Dccm.c908 err = shash_register_instance(tmpl, inst); in cbcmac_create()