Home
last modified time | relevance | path

Searched refs:verification_time (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/test/
H A Dcrltest.c339 unsigned long flags, time_t verification_time) in verify() argument
364 X509_VERIFY_PARAM_set_time(param, verification_time); in verify()
365 if (!TEST_long_eq((long)X509_VERIFY_PARAM_get_time(param), (long)verification_time)) in verify()