Searched refs:crypto_register_instance (Results 1 - 9 of 9) sorted by relevance

/linux-master/crypto/
H A Dkpp.c168 return crypto_register_instance(tmpl, kpp_crypto_instance(inst));
H A Dakcipher.c188 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst));
H A Daead.c360 return crypto_register_instance(tmpl, aead_crypto_instance(inst));
H A Dshash.c472 return crypto_register_instance(tmpl, shash_crypto_instance(inst));
H A Dalgapi.c650 int crypto_register_instance(struct crypto_template *tmpl, function
707 EXPORT_SYMBOL_GPL(crypto_register_instance); variable
H A Dlskcipher.c486 return crypto_register_instance(tmpl, lskcipher_crypto_instance(inst));
H A Dahash.c769 return crypto_register_instance(tmpl, ahash_crypto_instance(inst));
H A Dskcipher.c1044 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst));
/linux-master/include/crypto/
H A Dalgapi.h154 int crypto_register_instance(struct crypto_template *tmpl,

Completed in 174 milliseconds