HomeSort by relevance Sort by last modified time
    Searched refs:X509_TRUST_TRUSTED (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/x509/
x509_trs.c 263 if(x->ex_flags & EXFLAG_SS) return X509_TRUST_TRUSTED;
283 if(OBJ_obj2nid(obj) == id) return X509_TRUST_TRUSTED;
x509.h 355 #define X509_TRUST_TRUSTED 1
    [all...]
x509_vfy.c 661 if (ok == X509_TRUST_TRUSTED)
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 146 if(X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED)
  /external/openssl/include/openssl/
x509.h 355 #define X509_TRUST_TRUSTED 1
    [all...]

Completed in 16 milliseconds