| 3787 | } |
| 3788 | |
| 3789 | AP_DECLARE(int) ap_streq_timingsafe(const char *sec1, const char *str2) |
| 3790 | { |
| 3791 | return apr_streq_timingsafe(sec1, str2); |
| 3792 | } |
| 3793 | |
| 3794 | AP_DECLARE(int) ap_strneq_timingsafe(const char *sec1, const char *str2, |
| 3795 | apr_size_t n) |
nothing calls this directly
no test coverage detected