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;
99 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int) in X509_TRUST_set_default() argument
101 int (*oldtrust)(int , X509 *, int); in X509_TRUST_set_default()
108 int X509_check_trust(X509 *x, int id, int flags) in X509_check_trust()
159 OPENSSL_PUT_ERROR(X509, X509_R_INVALID_TRUST); in X509_TRUST_set()
166 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
182 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
191 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
213 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
218 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE); in X509_TRUST_add()
260 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany()
270 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid()
276 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
283 static int obj_trust(int id, X509 *x, int flags) in obj_trust()