goto end;
}
- result = memcmp(my_hash->v, r_hash, my_hash->l);
+ result = timingsafe_bcmp(my_hash->v, r_hash, my_hash->l);
vfree(my_hash);
if (result) {
goto end;
}
- result = memcmp(my_hash->v, r_hash, my_hash->l);
+ result = timingsafe_bcmp(my_hash->v, r_hash, my_hash->l);
vfree(my_hash);
if (result) {
goto end;
}
- result = memcmp(my_hash->v, r_hash, my_hash->l);
+ result = timingsafe_bcmp(my_hash->v, r_hash, my_hash->l);
vfree(my_hash);
if (result) {
goto end;
}
- result = memcmp(my_hash->v, r_hash, my_hash->l);
+ result = timingsafe_bcmp(my_hash->v, r_hash, my_hash->l);
vfree(my_hash);
if (result) {