Searched refs:certidx (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 80 int preidx, certidx; in ct_x509_cert_fixup() local 88 certidx = ct_x509_get_ext(cert, 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() 108 X509_EXTENSION *certext = X509_get_ext(cert, certidx); in ct_x509_cert_fixup()
|
/third_party/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 80 int preidx, certidx; in ct_x509_cert_fixup() local 88 certidx = ct_x509_get_ext(cert, 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() 108 X509_EXTENSION *certext = X509_get_ext(cert, certidx); in ct_x509_cert_fixup()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 2676 size_t certidx; in tls1_check_chain() local 2681 if (ssl_cert_lookup_by_pkey(pk, &certidx) == NULL) in tls1_check_chain() 2683 idx = certidx; in tls1_check_chain()
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 2656 size_t certidx; in tls1_check_chain() local 2661 if (ssl_cert_lookup_by_pkey(pk, &certidx) == NULL) in tls1_check_chain() 2663 idx = certidx; in tls1_check_chain()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_clnt.c | 1873 size_t certidx; in tls_post_process_server_certificate() local 1917 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx)) == NULL) { in tls_post_process_server_certificate()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_clnt.c | 1865 size_t certidx; in tls_post_process_server_certificate() local 1909 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx)) == NULL) { in tls_post_process_server_certificate()
|
Completed in 18 milliseconds