HomeSort by: relevance | last modified time | path
    Searched defs:x509_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
x509.c 40 X509 *x509_1 = NULL, *x509_2 = NULL; local
51 x509_1 = d2i_X509(NULL, &p, len);
52 if (x509_1 == NULL)
60 X509_print(bio, x509_1);
63 X509_issuer_and_serial_hash(x509_1);
65 i2d_X509(x509_1, &der);
102 X509_STORE_CTX_init(ctx, store, x509_1, NULL);
124 || !sk_X509_push(certs, x509_1)
130 id = OCSP_cert_to_id(NULL, x509_1, x509_2);
141 X509_free(x509_1);
    [all...]
  /src/crypto/external/bsd/openssl/dist/fuzz/
x509.c 39 X509 *x509_1 = NULL, *x509_2 = NULL; local
50 x509_1 = d2i_X509(NULL, &p, len);
51 if (x509_1 == NULL)
59 X509_print(bio, x509_1);
62 X509_issuer_and_serial_hash(x509_1);
64 i2d_X509(x509_1, &der);
97 X509_STORE_CTX_init(ctx, store, x509_1, NULL);
121 sk_X509_push(certs, x509_1);
126 id = OCSP_cert_to_id(NULL, x509_1, x509_2);
137 X509_free(x509_1);
    [all...]

Completed in 15 milliseconds