Home
last modified time | relevance | path

Searched refs:crypto_register_instance (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/crypto/
Dakcipher.c150 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst)); in akcipher_register_instance()
Dalgboss.c77 else if ((err = crypto_register_instance(tmpl, inst))) in cryptomgr_probe()
Daead.c460 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
Dalgapi.c560 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance() function
595 EXPORT_SYMBOL_GPL(crypto_register_instance);
Dshash.c549 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()
Dahash.c645 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()
Dskcipher.c1104 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
/Linux-v5.4/include/crypto/
Dalgapi.h146 int crypto_register_instance(struct crypto_template *tmpl,