Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dkpp.c168 return crypto_register_instance(tmpl, kpp_crypto_instance(inst)); in kpp_register_instance()
H A Dakcipher.c188 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst)); in akcipher_register_instance()
H A Daead.c354 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
H A Dalgapi.c650 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance() function
707 EXPORT_SYMBOL_GPL(crypto_register_instance);
H A Dahash.c672 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()
H A Dshash.c733 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()
H A Dskcipher.c921 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
/openbmc/linux/include/crypto/
H A Dalgapi.h154 int crypto_register_instance(struct crypto_template *tmpl,