Searched refs:crypto_register_instance (Results 1 – 9 of 9) sorted by relevance
138 return crypto_register_instance(tmpl, kpp_crypto_instance(inst)); in kpp_register_instance()
157 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst)); in akcipher_register_instance()
289 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
610 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance() function667 EXPORT_SYMBOL_GPL(crypto_register_instance);
407 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()
421 return crypto_register_instance(tmpl, lskcipher_crypto_instance(inst)); in lskcipher_register_instance()
716 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()
974 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
151 int crypto_register_instance(struct crypto_template *tmpl,
Completed in 24 milliseconds