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