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

12

  /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 */
855 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
856 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 */
855 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
856 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 341 s->trust = ctx->trust;
486 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
488 return X509_VERIFY_PARAM_set_trust(s->param, trust);
491 int SSL_set_trust(SSL *s, int trust)
493 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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 186 * This looks weird, but trust me--it makes the most sense in terms
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 772 /// This looks weird, but trust me--it makes the most sense in terms of flexibility.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1192 milliseconds

12