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

Function ap_strneq_timingsafe

server/util.c:3794–3798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3792}
3793
3794AP_DECLARE(int) ap_strneq_timingsafe(const char *sec1, const char *str2,
3795 apr_size_t n)
3796{
3797 return apr_strneq_timingsafe(sec1, str2, n);
3798}
3799
3800#else /* !APR_VERSION_AT_LEAST(1,8,0) */
3801

Callers

nothing calls this directly

Calls 1

test_nonzero_timingsafeFunction · 0.85

Tested by

no test coverage detected