Home
last modified time | relevance | path

Searched refs:crypto_alloc_aead (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/crypto/
Daead.c351 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() function
355 EXPORT_SYMBOL_GPL(crypto_alloc_aead);
Dalgif_aead.c485 aead = crypto_alloc_aead(name, type, mask); in aead_bind()
Dtcrypt.c288 tfm = crypto_alloc_aead(algo, 0, 0); in test_mb_aead_speed()
570 tfm = crypto_alloc_aead(algo, 0, 0); in test_aead_speed()
Dcryptd.c1335 tfm = crypto_alloc_aead(cryptd_alg_name, type, mask); in cryptd_alloc_aead()
Dtestmgr.c1722 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
/linux-4.19.296/include/crypto/
Daead.h180 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
/linux-4.19.296/fs/cifs/
Dsmb2transport.c726 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
736 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()