Lines Matching refs:inh_flags
78 param->inh_flags = 0; in x509_verify_param_zero()
150 unsigned long inh_flags; in X509_VERIFY_PARAM_inherit() local
154 inh_flags = dest->inh_flags | src->inh_flags; in X509_VERIFY_PARAM_inherit()
156 if (inh_flags & X509_VP_FLAG_ONCE) in X509_VERIFY_PARAM_inherit()
157 dest->inh_flags = 0; in X509_VERIFY_PARAM_inherit()
159 if (inh_flags & X509_VP_FLAG_LOCKED) in X509_VERIFY_PARAM_inherit()
162 if (inh_flags & X509_VP_FLAG_DEFAULT) in X509_VERIFY_PARAM_inherit()
167 if (inh_flags & X509_VP_FLAG_OVERWRITE) in X509_VERIFY_PARAM_inherit()
185 if (inh_flags & X509_VP_FLAG_RESET_FLAGS) in X509_VERIFY_PARAM_inherit()
202 unsigned long save_flags = to->inh_flags; in X509_VERIFY_PARAM_set1()
204 to->inh_flags |= X509_VP_FLAG_DEFAULT; in X509_VERIFY_PARAM_set1()
206 to->inh_flags = save_flags; in X509_VERIFY_PARAM_set1()