Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dkpp.c138 return crypto_register_instance(tmpl, kpp_crypto_instance(inst)); in kpp_register_instance()
H A Dsig.c162 return crypto_register_instance(tmpl, sig_crypto_instance(inst)); in sig_register_instance()
H A Dakcipher.c166 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst)); in akcipher_register_instance()
H A Daead.c290 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
H A Dalgapi.c606 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance() function
666 EXPORT_SYMBOL_GPL(crypto_register_instance);
H A Dshash.c407 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()
H A Dlskcipher.c421 return crypto_register_instance(tmpl, lskcipher_crypto_instance(inst)); in lskcipher_register_instance()
H A Dskcipher.c776 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
H A Dahash.c1073 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()
/linux-6.15/include/crypto/
H A Dalgapi.h146 int crypto_register_instance(struct crypto_template *tmpl,