Searched refs:alloc (Results 1 – 18 of 18) sorted by relevance
/crypto/ |
D | xts.c | 287 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() function 345 .alloc = alloc,
|
D | lrw.c | 326 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() function 383 .alloc = alloc,
|
D | ctr.c | 247 .alloc = crypto_ctr_alloc, 433 .alloc = crypto_rfc3686_alloc,
|
D | ccm.c | 605 .alloc = crypto_ccm_alloc, 633 .alloc = crypto_ccm_base_alloc, 839 .alloc = crypto_rfc4309_alloc,
|
D | ecb.c | 168 .alloc = crypto_ecb_alloc,
|
D | algboss.c | 79 inst = tmpl->alloc(param->tb); in cryptomgr_probe()
|
D | eseqiv.c | 250 .alloc = eseqiv_alloc,
|
D | gcm.c | 825 .alloc = crypto_gcm_alloc, 853 .alloc = crypto_gcm_base_alloc, 1056 .alloc = crypto_rfc4106_alloc, 1387 .alloc = crypto_rfc4543_alloc,
|
D | chainiv.c | 342 .alloc = chainiv_alloc,
|
D | pcbc.c | 278 .alloc = crypto_pcbc_alloc,
|
D | cbc.c | 272 .alloc = crypto_cbc_alloc,
|
D | seqiv.c | 345 .alloc = seqiv_alloc,
|
D | cts.c | 334 .alloc = crypto_cts_alloc,
|
D | pcrypt.c | 519 .alloc = pcrypt_alloc,
|
D | aead.c | 446 inst = tmpl->alloc(tb); in crypto_nivaead_default()
|
D | ablkcipher.c | 587 inst = tmpl->alloc(tb); in crypto_givcipher_default()
|
D | authenc.c | 704 .alloc = crypto_authenc_alloc,
|
D | authencesn.c | 796 .alloc = crypto_authenc_esn_alloc,
|