HomeSort by relevance Sort by last modified time
    Searched defs:trust (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/socket/
ssl_test_util.cc 66 CERTCertTrust trust; local
67 int rv = CERT_DecodeTrustString(&trust, const_cast<char *>("TCu,Cu,Tu"));
69 LOG(ERROR) << "Can't decode trust string";
74 rv = CERT_ChangeCertTrust(CERT_GetDefaultCertDB(), cert, &trust);
76 LOG(ERROR) << "Can't change trust for certificate " << filename.value();
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 189 TrustAnchor trust; local
196 trust = CertPathValidatorUtilities.findTrustAnchor(lastCert,
205 if (trust == null)
207 throw new CertPathValidatorException("Trust anchor for certification path not found.", null, certPath, -1);
293 X509Certificate sign = trust.getTrustedCert();
316 workingIssuerName = new X500Principal(trust.getCAName());
317 workingPublicKey = trust.getCAPublicKey();
322 throw new ExtCertPathValidatorException("Subject of trust anchor could not be (re)encoded.", ex, certPath,
334 "Algorithm identifier of public key of trust anchor could not be read.", e, certPath, -1);
560 return new PKIXCertPathValidatorResult(trust, intersection, cert.getPublicKey())
    [all...]
CertPathValidatorUtilities.java 155 * @param params used to find the trust anchors and signature provider
171 // If we have a trust anchor index, use it.
181 TrustAnchor trust = null; local
194 throw new AnnotatedException("Cannot set subject search criteria for trust anchor.", ex);
208 while (iter.hasNext() && trust == null)
210 trust = (TrustAnchor) iter.next();
212 X509Certificate trustCert = trust.getTrustedCert();
215 // If the trust anchor is identical to the certificate we're
221 return trust;
236 trust = null
    [all...]
  /external/wpa_supplicant/
x509v3.c 1538 struct x509_certificate *cert, *trust; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.c 1578 struct x509_certificate *cert, *trust; local
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 94 boolean trust;
103 trust = true;
111 trust = false;
115 metrics, includepad, trust); local
147 boolean trust;
153 trust = true;
162 trust = false;
166 metrics, includepad, trust); local
  /external/openssl/crypto/x509/
x509_vfy.h 173 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
419 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
492 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
494 int purpose, int trust);
522 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
x509.h 271 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
313 /* This is used for a table of trust checking functions */
316 int trust; member in struct:x509_trust_st
331 /* standard trust ids */
849 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
850 int X509_TRUST_set(int *t, int trust);
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 173 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
419 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
492 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
494 int purpose, int trust);
522 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
x509.h 271 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
313 /* This is used for a table of trust checking functions */
316 int trust; member in struct:x509_trust_st
331 /* standard trust ids */
849 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
850 int X509_TRUST_set(int *t, int trust);
    [all...]
x509v3.h 460 int trust; /* Default trust ID */ member in struct:x509_purpose_st
687 int X509_PURPOSE_add(int id, int trust, int flags,
  /external/openssl/crypto/x509v3/
x509v3.h 460 int trust; /* Default trust ID */ member in struct:x509_purpose_st
687 int X509_PURPOSE_add(int id, int trust, int flags,

Completed in 176 milliseconds