Home
last modified time | relevance | path

Searched refs:crypto_spawn_ahash (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/crypto/internal/
Dhash.h176 static inline struct crypto_ahash *crypto_spawn_ahash( in crypto_spawn_ahash() function
/linux-4.4.14/crypto/
Dauthenc.c325 auth = crypto_spawn_ahash(&ictx->auth); in crypto_authenc_init_tfm()
Dauthencesn.c338 auth = crypto_spawn_ahash(&ictx->auth); in crypto_authenc_esn_init_tfm()
Dchacha20poly1305.c523 poly = crypto_spawn_ahash(&ictx->poly); in chachapoly_init()
Dgcm.c574 ghash = crypto_spawn_ahash(&ictx->ghash); in crypto_gcm_init_tfm()