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

/freebsd-12-stable/crypto/openssl/crypto/ct/
H A Dct_sct_ctx.c67 int preidx, certidx; local
75 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier,
79 if (preidx < -1 || certidx < -1)
85 if (preidx >= 0 && certidx == -1)
87 if (preidx == -1 && certidx >= 0)
95 X509_EXTENSION *certext = X509_get_ext(cert, certidx);
/freebsd-12-stable/crypto/openssl/ssl/
H A Dt1_lib.c2195 size_t certidx; local
2200 if (ssl_cert_lookup_by_pkey(pk, &certidx) == NULL)
2202 idx = certidx;
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1823 size_t chainidx, certidx; local
1942 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx)) == NULL) {

Completed in 135 milliseconds