Lines Matching defs:root
72 *root = NULL, *intermediate = NULL;
349 && TEST_true(X509_STORE_add_cert(store, root))) {
374 || !TEST_true(sk_X509_push(fixture->certs, root))
384 if (result && TEST_true(sk_X509_push(fixture->chain, root)))
400 || !TEST_true(sk_X509_push(fixture->certs, root))
432 fixture->with_ss = 0; /* still chain must include the only cert (root) */
433 fixture->cert = root;
436 || !TEST_true(sk_X509_push(fixture->certs, root))
437 || !TEST_true(sk_X509_push(fixture->chain, root))) {
490 || !sk_X509_push(fixture->certs, root)
508 || !TEST_true(sk_X509_push(fixture->certs, root))
510 || !TEST_true(sk_X509_push(fixture->chain, root))) {
527 X509_free(root);
587 || !TEST_ptr(root = load_cert_pem(root_f, libctx))