HomeSort by: relevance | last modified time | path
    Searched defs:hashLength (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
roundTripCrash.c 68 size_t const hashLength = MIN(128, srcBuffSize);
69 unsigned const h32 = XXH32(srcBuff, hashLength, 0);
91 size_t const hashLength = MIN(128, srcBuffSize);
92 unsigned const h32 = XXH32(srcBuff, hashLength, 0);
roundTripCrash.c 68 size_t const hashLength = MIN(128, srcBuffSize);
69 unsigned const h32 = XXH32(srcBuff, hashLength, 0);
91 size_t const hashLength = MIN(128, srcBuffSize);
92 unsigned const h32 = XXH32(srcBuff, hashLength, 0);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
issue_credential.c 55 UINT32 digest_n0Length, contextHashLength, hashLength, daaCount;
133 hashLength = EVP_MD_CTX_size(mdctx);
134 hash = (BYTE *)malloc( hashLength);
136 LogError("malloc of %d bytes failed", hashLength);
141 if( credentialRequest->authenticationProofLength != hashLength ||
142 memcmp( credentialRequest->authenticationProof, hash, hashLength) != 0) {
149 hashLength,
150 dump_byte_array( hashLength, hash));
155 dump_byte_array( hashLength, hash));
issue_credential.c 55 UINT32 digest_n0Length, contextHashLength, hashLength, daaCount;
133 hashLength = EVP_MD_CTX_size(mdctx);
134 hash = (BYTE *)malloc( hashLength);
136 LogError("malloc of %d bytes failed", hashLength);
141 if( credentialRequest->authenticationProofLength != hashLength ||
142 memcmp( credentialRequest->authenticationProof, hash, hashLength) != 0) {
149 hashLength,
150 dump_byte_array( hashLength, hash));
155 dump_byte_array( hashLength, hash));
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
verifier_transaction.c 151 int hashLength = bi_nbin_size( issuer_pk->gamma) + sizeof(int);
157 hash = (BYTE *)malloc( hashLength);
159 LogError("malloc of %d bytes failed", hashLength);
167 bytes = compute_bytes( hashLength, hash,
176 LogError("malloc of %d bytes failed", hashLength);
verifier_transaction.c 151 int hashLength = bi_nbin_size( issuer_pk->gamma) + sizeof(int);
157 hash = (BYTE *)malloc( hashLength);
159 LogError("malloc of %d bytes failed", hashLength);
167 bytes = compute_bytes( hashLength, hash,
176 LogError("malloc of %d bytes failed", hashLength);

Completed in 34 milliseconds