Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dhash.h95 int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn,
/Linux-v4.19/crypto/
Dahash.c633 int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn, in crypto_init_ahash_spawn() function
640 EXPORT_SYMBOL_GPL(crypto_init_ahash_spawn);
Dauthenc.c418 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.c626 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.c635 err = crypto_init_ahash_spawn(&ctx->ghash, ghash, in crypto_gcm_create_common()