Lines Matching refs:X509
66 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
67 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
70 static int obj_trust(int id, X509 *x, int flags);
71 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
106 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, in X509_TRUST_set_default() argument
108 int (*oldtrust) (int, X509 *, int); in X509_TRUST_set_default()
114 int X509_check_trust(X509 *x, int id, int flags) in X509_check_trust()
171 OPENSSL_PUT_ERROR(X509, X509_R_INVALID_TRUST); in X509_TRUST_set()
178 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
196 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
206 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
229 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
234 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
277 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany()
288 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid()
295 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
304 static int obj_trust(int id, X509 *x, int flags) in obj_trust()