Home
last modified time | relevance | path

Searched refs:inh_flags (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vpm.c181 param->inh_flags = 0; in x509_verify_param_zero()
284 unsigned long inh_flags; in X509_VERIFY_PARAM_inherit() local
291 inh_flags = dest->inh_flags | src->inh_flags; in X509_VERIFY_PARAM_inherit()
293 if (inh_flags & X509_VP_FLAG_ONCE) in X509_VERIFY_PARAM_inherit()
294 dest->inh_flags = 0; in X509_VERIFY_PARAM_inherit()
296 if (inh_flags & X509_VP_FLAG_LOCKED) in X509_VERIFY_PARAM_inherit()
299 if (inh_flags & X509_VP_FLAG_DEFAULT) in X509_VERIFY_PARAM_inherit()
304 if (inh_flags & X509_VP_FLAG_OVERWRITE) in X509_VERIFY_PARAM_inherit()
321 if (inh_flags & X509_VP_FLAG_RESET_FLAGS) in X509_VERIFY_PARAM_inherit()
366 to->inh_flags |= X509_VP_FLAG_DEFAULT; in X509_VERIFY_PARAM_set1()
[all …]
H A Dx509_lcl.h270 unsigned long inh_flags; /* Inheritance flags */ member
H A Dx509_vfy.c2446 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT|X509_VP_FLAG_ONCE; in X509_STORE_CTX_init()