Home | History | Annotate | Download | only in x509

Lines Matching refs:X509

68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
103 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
105 int (*oldtrust)(int , X509 *, int);
112 int X509_check_trust(X509 *x, int id, int flags)
159 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
244 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags)
254 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags)
260 static int trust_compat(X509_TRUST *trust, X509 *x, int flags)
267 static int obj_trust(int id, X509 *x, int flags)