Searched refs:alloc (Results 1 – 19 of 19) sorted by relevance
/crypto/ |
D | xts.c | 214 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() function 272 .alloc = alloc,
|
D | lrw.c | 238 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() function 295 .alloc = alloc,
|
D | ctr.c | 239 .alloc = crypto_ctr_alloc, 386 .alloc = crypto_rfc3686_alloc,
|
D | gcm.c | 548 .alloc = crypto_gcm_alloc, 573 .alloc = crypto_gcm_base_alloc, 778 .alloc = crypto_rfc4106_alloc,
|
D | ecb.c | 168 .alloc = crypto_ecb_alloc,
|
D | ccm.c | 608 .alloc = crypto_ccm_alloc, 639 .alloc = crypto_ccm_base_alloc, 847 .alloc = crypto_rfc4309_alloc,
|
D | algboss.c | 71 inst = tmpl->alloc(param->tb); in cryptomgr_probe()
|
D | eseqiv.c | 263 .alloc = eseqiv_alloc,
|
D | pcbc.c | 278 .alloc = crypto_pcbc_alloc,
|
D | chainiv.c | 342 .alloc = chainiv_alloc,
|
D | ablkcipher.c | 243 inst = tmpl->alloc(tb); in crypto_givcipher_default()
|
D | cbc.c | 272 .alloc = crypto_cbc_alloc,
|
D | hmac.c | 281 .alloc = hmac_alloc,
|
D | seqiv.c | 345 .alloc = seqiv_alloc,
|
D | cts.c | 334 .alloc = crypto_cts_alloc,
|
D | xcbc.c | 354 .alloc = xcbc_alloc,
|
D | aead.c | 386 inst = tmpl->alloc(tb); in crypto_nivaead_default()
|
D | authenc.c | 481 .alloc = crypto_authenc_alloc,
|
D | cryptd.c | 535 .alloc = cryptd_alloc,
|