Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_sct_ctx.c80 int preidx, certidx; in ct_x509_cert_fixup() local
86 preidx = ct_x509_get_ext(presigner, NID_authority_key_identifier, in ct_x509_cert_fixup()
92 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
98 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
100 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
105 if (preidx != -1) { in ct_x509_cert_fixup()
107 X509_EXTENSION *preext = X509_get_ext(presigner, preidx); in ct_x509_cert_fixup()
/third_party/openssl/crypto/ct/
H A Dct_sct_ctx.c80 int preidx, certidx; in ct_x509_cert_fixup() local
86 preidx = ct_x509_get_ext(presigner, NID_authority_key_identifier, in ct_x509_cert_fixup()
92 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
98 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
100 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
105 if (preidx != -1) { in ct_x509_cert_fixup()
107 X509_EXTENSION *preext = X509_get_ext(presigner, preidx); in ct_x509_cert_fixup()

Completed in 1 milliseconds