HomeSort by relevance Sort by last modified time
    Searched refs:trust (Results 26 - 38 of 38) sorted by null

12

  /external/bluetooth/bluez/src/
storage.c 664 gboolean trust)
683 if (trusted == trust) {
689 if (trust)
695 if (!trust && !services)
  /external/openssl/crypto/x509/
x509.h 272 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
314 /* This is used for a table of trust checking functions */
317 int trust; member in struct:x509_trust_st
332 /* standard trust ids */
850 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
851 int X509_TRUST_set(int *t, int trust);
    [all...]
  /external/openssl/include/openssl/
x509.h 272 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
314 /* This is used for a table of trust checking functions */
317 int trust; member in struct:x509_trust_st
332 /* standard trust ids */
850 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
851 int X509_TRUST_set(int *t, int trust);
    [all...]
ssl.h     [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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 375 KeyStoreTestSupport.MCertificate trust = new KeyStoreTestSupport.MCertificate( local
378 trust);
435 .getCertificate(aliases[j]), trust);
    [all...]
  /external/openssl/ssl/
ssl_lib.c 338 s->trust = ctx->trust;
483 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
485 return X509_VERIFY_PARAM_set_trust(s->param, trust);
488 int SSL_set_trust(SSL *s, int trust)
490 return X509_VERIFY_PARAM_set_trust(s->param, trust);
    [all...]
ssl.h     [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 294 // a bitwise-OR of VerifyFlags that can further alter how trust is
371 // This function calls SecTrust but doesn't actually pay attention to the trust
372 // result: it shouldn't be used to determine trust, just to traverse the chain.
393 ScopedCFTypeRef<SecTrustRef> trust(trust_ref);
395 // Evaluate trust, which creates the cert chain.
398 result = SecTrustEvaluate(trust, &status);
401 return SecTrustGetResult(trust, &status, out_cert_chain, &status_chain);
    [all...]
effective_tld_names.cc     [all...]
  /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,
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 241 // i trust the method now
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 241 // i trust the method now

Completed in 369 milliseconds

12