HomeSort by relevance Sort by last modified time
    Searched defs:c_hash (Results 1 - 3 of 3) sorted by null

  /external/epid-sdk/epid/verifier/src/
verifybasic.c 57 FfElement* c_hash = NULL; local
126 res = NewFfElement(Fp, &c_hash);
280 msg_len, c_hash);
283 res = FfIsEqual(Fp, c, c_hash, &cmp_result);
313 DeleteFfElement(&c_hash);
  /external/epid-sdk/epid/verifier/1.1/src/
verifybasic.c 79 Sha256Digest c_hash = {0}; local
374 &sig->nd, &c_hash);
376 if (0 != memcmp(&sig->c, &c_hash, sizeof(sig->c))) {
382 EpidZeroMemory(&c_hash, sizeof(c_hash));
  /external/python/cpython3/Python/
hamt.c 329 int32_t c_hash; member in struct:__anon37533
    [all...]

Completed in 100 milliseconds