Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_vpm.c157 unsigned long inh_flags; in X509_VERIFY_PARAM_inherit() local
161 inh_flags = dest->inh_flags | src->inh_flags; in X509_VERIFY_PARAM_inherit()
163 if (inh_flags & X509_VP_FLAG_ONCE) in X509_VERIFY_PARAM_inherit()
164 dest->inh_flags = 0; in X509_VERIFY_PARAM_inherit()
166 if (inh_flags & X509_VP_FLAG_LOCKED) in X509_VERIFY_PARAM_inherit()
169 if (inh_flags & X509_VP_FLAG_DEFAULT) in X509_VERIFY_PARAM_inherit()
174 if (inh_flags & X509_VP_FLAG_OVERWRITE) in X509_VERIFY_PARAM_inherit()
233 to->inh_flags |= X509_VP_FLAG_DEFAULT; in X509_VERIFY_PARAM_set1()
235 to->inh_flags = save_flags; in X509_VERIFY_PARAM_set1()
294 return param->inh_flags; in X509_VERIFY_PARAM_get_inh_flags()
[all …]
H A Dx509_local.h24 uint32_t inh_flags; /* Inheritance flags */ member
H A Dx509_vfy.c2432 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE; in X509_STORE_CTX_init()

Completed in 38 milliseconds