Home
last modified time | relevance | path

Searched refs:rootx (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c8315 X509 *x509 = NULL, *rootx = NULL; in cert_cb() local
8352 || !TEST_ptr(rootx = X509_new_ex(libctx, NULL)) in cert_cb()
8353 || !TEST_ptr(PEM_read_bio_X509(in, &rootx, NULL, NULL)) in cert_cb()
8354 || !TEST_true(sk_X509_push(chain, rootx))) in cert_cb()
8356 rootx = NULL; in cert_cb()
8394 X509_free(rootx); in cert_cb()

Completed in 12 milliseconds