Home
last modified time | relevance | path

Searched refs:obj_trust (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/x509/
H A Dx509_trust.c22 static int obj_trust(int id, X509 *x, int flags);
23 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
73 return obj_trust(NID_anyExtendedKeyUsage, x, in X509_check_trust()
225 return obj_trust(trust->arg1, x, flags); in trust_1oidany()
236 return obj_trust(trust->arg1, x, flags); in trust_1oid()
250 static int obj_trust(int id, X509 *x, int flags) in obj_trust() function

Completed in 4 milliseconds