Searched refs:test_root (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | x509_test.c | 657 static struct x509_root test_root = { variable in typeref:struct:x509_root 878 x509_check_root_ok ( &root_crt, &test_root ); 879 x509_check_root_fail_ok ( &intermediate_crt, &test_root ); 900 x509_validate_chain_ok ( &server_chain, test_time, &test_root ); 904 &test_root ); 906 &test_root ); 909 x509_validate_chain_fail_ok ( ¬_ca_chain, test_time, &test_root ); 910 x509_validate_chain_ok ( &useless_chain, test_time, &test_root ); 912 &test_root ); 915 x509_validate_chain_fail_ok ( &server_chain, test_expired, &test_root ); [all...] |
H A D | cms_test.c | 1308 static struct x509_root test_root = { variable in typeref:struct:x509_root 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 ); 1414 NULL, test_time, &test_root ); 1418 NULL, test_expired, &test_root );
|
Completed in 40 milliseconds