Searched refs:crypto_ahash_init (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/crypto/
H A Dalgif_hash.c57 err = af_alg_wait_for_completion(crypto_ahash_init(&ctx->req), hash_sendmsg()
128 err = crypto_ahash_init(&ctx->req); hash_sendpage()
H A Dtcrypt.c811 ret = crypto_ahash_init(req); test_ahash_jiffies()
880 ret = crypto_ahash_init(req); test_ahash_cycles()
899 ret = crypto_ahash_init(req); test_ahash_cycles()
H A Dauthenc.c274 err = crypto_ahash_init(ahreq); crypto_authenc_ahash_fb()
H A Dauthencesn.c354 err = crypto_ahash_init(ahreq); crypto_authenc_esn_ahash()
H A Dgcm.c472 err = crypto_ahash_init(ahreq); gcm_hash()
H A Dtestmgr.c271 ret = wait_async_op(&tresult, crypto_ahash_init(req)); __test_hash()
/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c175 return crypto_ahash_init(cryptd_req); ghash_async_init()
/linux-4.1.27/arch/arm/crypto/
H A Dghash-ce-glue.c161 return crypto_ahash_init(cryptd_req); ghash_async_init()
/linux-4.1.27/include/crypto/
H A Dhash.h398 * This function is a "short-hand" for the function calls of crypto_ahash_init,
440 * crypto_ahash_init() - (re)initialize message digest handle
451 static inline int crypto_ahash_init(struct ahash_request *req) crypto_ahash_init() function
459 * crypto_ahash_init call.
/linux-4.1.27/security/integrity/ima/
H A Dima_crypto.c250 rc = ahash_wait(crypto_ahash_init(req), &res); ima_calc_file_hash_atfm()
/linux-4.1.27/drivers/crypto/
H A Dimg-hash.c491 return crypto_ahash_init(&rctx->fallback_req); img_hash_init()
H A Dn2_core.c312 return crypto_ahash_init(&rctx->fallback_req); n2_hash_async_init()
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c714 return crypto_ahash_init(mcryptd_req); sha1_mb_async_init()

Completed in 386 milliseconds