Searched refs:digsize (Results 1 – 2 of 2) sorted by relevance
334 unsigned int digsize; in mv_cesa_ahash_process() local345 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_process()346 for (i = 0; i < digsize / 4; i++) in mv_cesa_ahash_process()363 for (i = 0; i < digsize / 4; i++) in mv_cesa_ahash_process()368 for (i = 0; i < digsize / 4; i++) in mv_cesa_ahash_process()381 unsigned int digsize; in mv_cesa_ahash_prepare() local391 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_prepare()392 for (i = 0; i < digsize / 4; i++) in mv_cesa_ahash_prepare()805 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_export() local811 memcpy(hash, creq->state, digsize); in mv_cesa_ahash_export()[all …]
88 size_t digsize; member276 memcpy(req->result, ctx->digest, ctx->digsize); in img_hash_finish()287 for (i = (ctx->digsize / sizeof(u32)) - 1; i >= 0; i--) in img_hash_copy_hash()614 ctx->digsize = crypto_ahash_digestsize(tfm); in img_hash_digest()616 switch (ctx->digsize) { in img_hash_digest()