Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Defq.c294 tiny_sha hash_context; in EFqHash() local
311 tinysha_init(hashalg, &hash_context); in EFqHash()
314 tinysha_update(&hash_context, &buf, sizeof(buf)); in EFqHash()
315 tinysha_update(&hash_context, msg, len); in EFqHash()
317 tinysha_final(hash_buf.digest, &hash_context); in EFqHash()
319 FqFromHash(&result->x, hash_buf.digest, tinysha_digest_size(&hash_context)); in EFqHash()