Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h181 static inline struct crypto_ahash *crypto_spawn_ahash( in crypto_spawn_ahash() function
/Linux-v5.4/crypto/
Dauthenc.c327 auth = crypto_spawn_ahash(&ictx->auth); in crypto_authenc_init_tfm()
Dauthencesn.c342 auth = crypto_spawn_ahash(&ictx->auth); in crypto_authenc_esn_init_tfm()
Dchacha20poly1305.c516 poly = crypto_spawn_ahash(&ictx->poly); in chachapoly_init()
Dccm.c411 mac = crypto_spawn_ahash(&ictx->mac); in crypto_ccm_init_tfm()
Dgcm.c537 ghash = crypto_spawn_ahash(&ictx->ghash); in crypto_gcm_init_tfm()