MCPcopy Create free account
hub / github.com/apache/httpd / ap_memeq_timingsafe

Function ap_memeq_timingsafe

server/util.c:3783–3787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3781
3782#if APR_VERSION_AT_LEAST(1,8,0)
3783AP_DECLARE(int) ap_memeq_timingsafe(const void *buf1, const void *buf2,
3784 apr_size_t n)
3785{
3786 return apr_memeq_timingsafe(buf1, buf2, n);
3787}
3788
3789AP_DECLARE(int) ap_streq_timingsafe(const char *sec1, const char *str2)
3790{

Callers 3

check_nonceFunction · 0.85
authenticate_digest_userFunction · 0.85
decrypt_stringFunction · 0.85

Calls 1

test_nonzero_timingsafeFunction · 0.85

Tested by

no test coverage detected