Lines Matching refs:root
78 *root = NULL, *intermediate = NULL; variable
356 && TEST_true(X509_STORE_add_cert(store, root))) { in execute_cmp_build_cert_chain_test()
381 || !TEST_true(sk_X509_push(fixture->certs, root)) in test_cmp_build_cert_chain()
391 if (result && TEST_true(sk_X509_push(fixture->chain, root))) in test_cmp_build_cert_chain()
407 || !TEST_true(sk_X509_push(fixture->certs, root)) in test_cmp_build_cert_chain_missing_intermediate()
440 fixture->cert = root; in test_cmp_build_cert_chain_only_root()
443 || !TEST_true(sk_X509_push(fixture->certs, root)) in test_cmp_build_cert_chain_only_root()
444 || !TEST_true(sk_X509_push(fixture->chain, root))) { in test_cmp_build_cert_chain_only_root()
497 || !sk_X509_push(fixture->certs, root) in test_X509_STORE()
515 || !TEST_true(sk_X509_push(fixture->certs, root)) in test_X509_STORE_only_self_issued()
517 || !TEST_true(sk_X509_push(fixture->chain, root))) { in test_X509_STORE_only_self_issued()
536 X509_free(root); in cleanup_tests()
605 || !TEST_ptr(root = load_cert_pem(root_f, libctx)) in OPT_TEST_DECLARE_USAGE()