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

  /src/external/bsd/libfido2/dist/src/
largeblob.c 415 u_char expected_hash[LARGEBLOB_DIGEST_LENGTH]; local
419 if (array->len < sizeof(expected_hash)) {
423 body_len = array->len - sizeof(expected_hash);
424 if (largeblob_array_digest(expected_hash, array->ptr, body_len) < 0) {
429 return timingsafe_bcmp(expected_hash, array->ptr + body_len,
430 sizeof(expected_hash));
cred.c 241 unsigned char expected_hash[SHA256_DIGEST_LENGTH]; local
243 explicit_bzero(expected_hash, sizeof(expected_hash));
246 expected_hash) != expected_hash) {
251 return (timingsafe_bcmp(expected_hash, obtained_hash,

Completed in 14 milliseconds