Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dakcipher.c161 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst)); in akcipher_register_instance()
H A Daead.c298 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
H A Dalgapi.c600 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance() function
652 EXPORT_SYMBOL_GPL(crypto_register_instance);
H A Dahash.c644 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()
H A Dshash.c615 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()
H A Dskcipher.c876 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dalgapi.h107 int crypto_register_instance(struct crypto_template *tmpl,