Home
last modified time | relevance | path

Searched refs:crypto_alloc_instance (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Decb.c133 inst = crypto_alloc_instance("ecb", alg); in crypto_ecb_alloc()
Dkeywrap.c331 inst = crypto_alloc_instance("kw", alg); in crypto_kw_alloc()
Dalgapi.c857 struct crypto_instance *crypto_alloc_instance(const char *name, in crypto_alloc_instance() function
884 EXPORT_SYMBOL_GPL(crypto_alloc_instance);
Dctr.c213 inst = crypto_alloc_instance("ctr", alg); in crypto_ctr_alloc()
/linux-4.19.296/include/crypto/
Dalgapi.h188 struct crypto_instance *crypto_alloc_instance(const char *name,