Searched refs:crypto_alloc_aead (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/crypto/ |
D | aead.c | 527 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() function 564 EXPORT_SYMBOL_GPL(crypto_alloc_aead);
|
D | cryptd.c | 907 tfm = crypto_alloc_aead(cryptd_alg_name, type, mask); in cryptd_alloc_aead()
|
D | testmgr.c | 1311 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
|
/linux-3.4.99/net/ipv6/ |
D | esp6.c | 463 aead = crypto_alloc_aead(x->aead->alg_name, 0, 0); in esp_init_aead() 515 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
|
/linux-3.4.99/net/ipv4/ |
D | esp4.c | 517 aead = crypto_alloc_aead(x->aead->alg_name, 0, 0); in esp_init_aead() 569 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
|
/linux-3.4.99/include/linux/ |
D | crypto.h | 736 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
|
/linux-3.4.99/drivers/crypto/ |
D | picoxcell_crypto.c | 796 ctx->sw_cipher = crypto_alloc_aead(alg->cra_name, 0, in spacc_aead_cra_init()
|