| /src/crypto/external/apache2/openssl/dist/crypto/ct/ |
| ct_sct_ctx.c | 77 int preidx, certidx; local 85 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier, 89 if (preidx < -1 || certidx < -1) 95 if (preidx >= 0 && certidx == -1) 97 if (preidx == -1 && certidx >= 0) 105 X509_EXTENSION *certext = X509_get_ext(cert, certidx);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ct/ |
| ct_sct_ctx.c | 80 int preidx, certidx; local 88 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier, 92 if (preidx < -1 || certidx < -1) 98 if (preidx >= 0 && certidx == -1) 100 if (preidx == -1 && certidx >= 0) 108 X509_EXTENSION *certext = X509_get_ext(cert, certidx);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ct/ |
| ct_sct_ctx.c | 67 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);
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem_clnt.c | 1929 size_t certidx; local 1955 if ((clu = ssl_cert_lookup_by_pkey(sc->session->peer_rpk, &certidx, 2097 size_t certidx; local 2146 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx,
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem_clnt.c | 1865 size_t certidx; local 1909 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx)) == NULL) {
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| t1_lib.c | 2677 size_t certidx; local 2682 if (ssl_cert_lookup_by_pkey(pk, &certidx) == NULL) 2684 idx = certidx;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem_clnt.c | 1829 size_t chainidx, certidx; local 1948 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx)) == NULL) {
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| t1_lib.c | 2195 size_t certidx; local 2200 if (ssl_cert_lookup_by_pkey(pk, &certidx) == NULL) 2202 idx = certidx;
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_lib.c | 4030 size_t certidx; local 4035 if (ssl_cert_lookup_by_pkey(pk, &certidx, 4039 idx = certidx;
|