Home
last modified time | relevance | path

Searched refs:crypto_init_ahash_spawn (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/crypto/internal/
Dhash.h89 int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn,
/linux-4.19.296/crypto/
Dahash.c643 int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn, in crypto_init_ahash_spawn() function
650 EXPORT_SYMBOL_GPL(crypto_init_ahash_spawn);
Dauthenc.c426 err = crypto_init_ahash_spawn(&ctx->auth, auth, in crypto_authenc_create()
Dauthencesn.c444 err = crypto_init_ahash_spawn(&ctx->auth, auth, in crypto_authenc_esn_create()
Dmcryptd.c514 err = crypto_init_ahash_spawn(&ctx->spawn, halg, in mcryptd_create_hash()
Dchacha20poly1305.c634 err = crypto_init_ahash_spawn(&ctx->poly, poly_hash, in chachapoly_create()
Dccm.c495 err = crypto_init_ahash_spawn(&ictx->mac, mac, in crypto_ccm_create_common()
Dgcm.c634 err = crypto_init_ahash_spawn(&ctx->ghash, ghash, in crypto_gcm_create_common()