Searched refs:obj_trust (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x509_trs.c | 70 static int obj_trust(int id, X509 *x, int flags); 71 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust; 117 rv = obj_trust(NID_anyExtendedKeyUsage, x, 0); in X509_check_trust() 263 return obj_trust(trust->arg1, x, flags); in trust_1oidany() 272 if(x->aux) return obj_trust(trust->arg1, x, flags); in trust_1oid() 283 static int obj_trust(int id, X509 *x, int flags) in obj_trust() function
|