Searched refs:obj_trust (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/x509/ |
D | 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); in trust_1oidany() 256 if(x->aux) return obj_trust(trust->arg1, x, flags); in trust_1oid() 267 static int obj_trust(int id, X509 *x, int flags) in obj_trust() function
|