Home
last modified time | relevance | path

Searched refs:other_x509 (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Drpktest.c102 X509 *x509 = NULL, *other_x509 = NULL, *root_x509 = NULL; in test_rpk() local
184 other_x509 = load_cert_pem(other_cert_file, NULL); in test_rpk()
185 if (!TEST_ptr(other_x509)) in test_rpk()
187 other_pkey = X509_get0_pubkey(other_x509); in test_rpk()
631 X509_free(other_x509); in test_rpk()

Completed in 8 milliseconds