Searched refs:crypto_alloc_instance (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 117 inst = crypto_alloc_instance("fpu", alg); in crypto_fpu_alloc()
|
/linux-4.4.14/crypto/ |
D | ecb.c | 133 inst = crypto_alloc_instance("ecb", alg); in crypto_ecb_alloc()
|
D | keywrap.c | 363 inst = crypto_alloc_instance("kw", alg); in crypto_kw_alloc()
|
D | pcbc.c | 239 inst = crypto_alloc_instance("pcbc", alg); in crypto_pcbc_alloc()
|
D | cbc.c | 233 inst = crypto_alloc_instance("cbc", alg); in crypto_cbc_alloc()
|
D | xts.c | 302 inst = crypto_alloc_instance("xts", alg); in alloc()
|
D | cts.c | 296 inst = crypto_alloc_instance("cts", alg); in crypto_cts_alloc()
|
D | algapi.c | 846 struct crypto_instance *crypto_alloc_instance(const char *name, in crypto_alloc_instance() function 873 EXPORT_SYMBOL_GPL(crypto_alloc_instance);
|
D | lrw.c | 341 inst = crypto_alloc_instance("lrw", alg); in alloc()
|
D | ctr.c | 205 inst = crypto_alloc_instance("ctr", alg); in crypto_ctr_alloc()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 179 struct crypto_instance *crypto_alloc_instance(const char *name,
|