Searched defs:test_time (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dcms_test.c1329 static time_t test_time = 1332374737ULL; /* Thu Mar 22 00:05:37 2012 */ variable
1388 "codesign.test.ipxe.org", test_time, &test_root );
1390 NULL, test_time, &test_root );
1394 "wrongname.test.ipxe.org", test_time, &test_root );
1398 NULL, test_time, &test_root );
1402 NULL, test_time, &test_root );
1406 NULL, test_time, &test_root );
1410 NULL, test_time, &dummy_root );
1414 NULL, test_time, &test_root );
H A Docsp_test.c1387 static time_t test_time = 1337062083ULL; /* Tue 15 May 2012 06:08:03 */ variable
1494 ocsp_validate_ok ( &barclays_ocsp, test_time );
1500 ocsp_validate_ok ( &google_ocsp, test_time );
H A Dx509_test.c685 static time_t test_time = 1332374737ULL; /* Thu Mar 22 00:05:37 2012 */ variable
885 x509_check_time_ok ( &server_crt, test_time );
887 x509_check_time_ok ( &root_crt, test_time );
900 x509_validate_chain_ok ( &server_chain, test_time, &test_root );
901 x509_validate_chain_ok ( &server_chain, test_time, &intermediate_root );
902 x509_validate_chain_fail_ok ( &server_chain, test_time, &dummy_root );
903 x509_validate_chain_fail_ok ( &broken_server_chain, test_time,
905 x509_validate_chain_fail_ok ( &incomplete_server_chain, test_time,
907 x509_validate_chain_ok ( &incomplete_server_chain, test_time,
909 x509_validate_chain_fail_ok ( &not_ca_chain, test_time,
[all...]
/vbox/src/recompiler/tests/
H A Dlinux-test.c235 void test_time(void) function
539 test_time();

Completed in 88 milliseconds