Home | History | Annotate | Download | only in x509

Lines Matching refs:flags

79 	param->flags = 0;
116 * destination and verify flags are ORed together.
123 * they are set or not. Flags is still Ored though.
125 * If X509_VP_FLAG_RESET_FLAGS is set then the flags value is copied instead
178 if (to_overwrite || !(dest->flags & X509_V_FLAG_USE_CHECK_TIME))
181 dest->flags &= ~X509_V_FLAG_USE_CHECK_TIME;
186 dest->flags = 0;
188 dest->flags |= src->flags;
220 int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags)
222 param->flags |= flags;
223 if (flags & X509_V_FLAG_POLICY_MASK)
224 param->flags |= X509_V_FLAG_POLICY_CHECK;
228 int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, unsigned long flags)
230 param->flags &= ~flags;
236 return param->flags;
257 param->flags |= X509_V_FLAG_USE_CHECK_TIME;
305 param->flags |= X509_V_FLAG_POLICY_CHECK;
324 0, /* internal flags */
325 0, /* flags */
334 0, /* internal flags */
335 0, /* flags */
344 0, /* internal flags */
345 0, /* flags */
354 0, /* internal flags */
355 0, /* flags */
364 0, /* internal flags */
365 0, /* flags */