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

Function ap_streq_timingsafe

server/util.c:3789–3792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3787}
3788
3789AP_DECLARE(int) ap_streq_timingsafe(const char *sec1, const char *str2)
3790{
3791 return apr_streq_timingsafe(sec1, str2);
3792}
3793
3794AP_DECLARE(int) ap_strneq_timingsafe(const char *sec1, const char *str2,
3795 apr_size_t n)

Callers

nothing calls this directly

Calls 1

test_nonzero_timingsafeFunction · 0.85

Tested by

no test coverage detected