Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ct/
H A Dct_sct_ctx.c77 int preidx, certidx; in ct_x509_cert_fixup() local
85 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier, in ct_x509_cert_fixup()
89 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
95 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
97 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
105 X509_EXTENSION *certext = X509_get_ext(cert, certidx); in ct_x509_cert_fixup()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1929 size_t certidx; in tls_post_process_server_rpk() local
1955 if ((clu = ssl_cert_lookup_by_pkey(sc->session->peer_rpk, &certidx, in tls_post_process_server_rpk()
2097 size_t certidx; in tls_post_process_server_certificate() local
2146 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx, in tls_post_process_server_certificate()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c4046 size_t certidx; in tls1_check_chain() local
4051 if (ssl_cert_lookup_by_pkey(pk, &certidx, in tls1_check_chain()
4055 idx = certidx; in tls1_check_chain()