Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/internal/
Dhash.h86 int shash_register_instance(struct crypto_template *tmpl,
/linux-2.6.39/crypto/
Dxcbc.c255 err = shash_register_instance(tmpl, inst); in xcbc_create()
Dhmac.c241 err = shash_register_instance(tmpl, inst); in hmac_create()
Dshash.c604 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance() function
615 EXPORT_SYMBOL_GPL(shash_register_instance);
Dvmac.c642 err = shash_register_instance(tmpl, inst); in vmac_create()