Searched refs:check_result (Results 1 – 2 of 2) sorted by relevance
27 int check_result; /* check result */ member174 if (!TEST_int_eq(ASN1_TIME_check(&atime), td->check_result)) { in test_table()178 if (td->check_result == 0) in test_table()236 if (!TEST_int_eq(ASN1_TIME_set_string(ptime, td->data), td->check_result)) { in test_table()240 if (!TEST_int_eq(ASN1_TIME_normalize(ptime), td->check_result)) { in test_table()268 if (!TEST_int_eq(ASN1_TIME_set_string(ptime, td->data), td->check_result)) { in test_table()
34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result() function365 ret &= check_result(result, test_ctx); in check_test()
Completed in 8 milliseconds