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

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_trs.c 72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
247 return obj_trust(trust->arg1, x, flags);
256 if(x->aux) return obj_trust(trust->arg1, x, flags);
267 static int obj_trust(int id, X509 *x, int flags) function
  /external/openssl/crypto/x509/
x509_trs.c 72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
247 return obj_trust(trust->arg1, x, flags);
256 if(x->aux) return obj_trust(trust->arg1, x, flags);
267 static int obj_trust(int id, X509 *x, int flags) function

Completed in 85 milliseconds