Searched refs:expected_hash (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c3421 unsigned char expected_hash[SHA1_RESULTLEN]; local
3512 bcopy(hash, expected_hash,
3513 sizeof (expected_hash));
3559 esha1 = (const uint32_t *) expected_hash;
3561 if (bcmp(expected_hash, actual_hash, SHA1_RESULTLEN) != 0) {

Completed in 24 milliseconds