Home
last modified time | relevance | path

Searched refs:crypto_spawn_tfm2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/crypto/internal/
Dhash.h179 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_ahash()
233 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_shash()
Daead.h106 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_aead()
/linux-4.4.14/include/crypto/
Dalgapi.h155 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
/linux-4.4.14/crypto/
Dalgapi.c699 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2() function
718 EXPORT_SYMBOL_GPL(crypto_spawn_tfm2);