Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dx509.c39 X509 *x509_1 = NULL, *x509_2 = NULL; in FuzzerTestOneInput() local
68 x509_2 = d2i_X509(NULL, &p, len); in FuzzerTestOneInput()
69 if (x509_2 == NULL) in FuzzerTestOneInput()
81 X509_STORE_add_cert(store, x509_2); in FuzzerTestOneInput()
122 sk_X509_push(certs, x509_2); in FuzzerTestOneInput()
126 id = OCSP_cert_to_id(NULL, x509_1, x509_2); in FuzzerTestOneInput()
138 X509_free(x509_2); in FuzzerTestOneInput()

Completed in 4 milliseconds