Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_vpm.c156 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) != 0) in X509_VERIFY_PARAM_inherit()
164 dest->inh_flags = 0; in X509_VERIFY_PARAM_inherit()
166 if ((inh_flags & X509_VP_FLAG_LOCKED) != 0) in X509_VERIFY_PARAM_inherit()
169 to_default = (inh_flags & X509_VP_FLAG_DEFAULT) != 0; in X509_VERIFY_PARAM_inherit()
170 to_overwrite = (inh_flags & X509_VP_FLAG_OVERWRITE) != 0; in X509_VERIFY_PARAM_inherit()
185 if ((inh_flags & X509_VP_FLAG_RESET_FLAGS) != 0) in X509_VERIFY_PARAM_inherit()
231 save_flags = to->inh_flags; in X509_VERIFY_PARAM_set1()
232 to->inh_flags |= X509_VP_FLAG_DEFAULT; in X509_VERIFY_PARAM_set1()
[all …]
Dx509_local.h24 uint32_t inh_flags; /* Inheritance flags */ member
Dx509_vfy.c2422 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE; in X509_STORE_CTX_init()
/third_party/openssl/crypto/x509/
Dx509_vpm.c156 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) != 0) in X509_VERIFY_PARAM_inherit()
164 dest->inh_flags = 0; in X509_VERIFY_PARAM_inherit()
166 if ((inh_flags & X509_VP_FLAG_LOCKED) != 0) in X509_VERIFY_PARAM_inherit()
169 to_default = (inh_flags & X509_VP_FLAG_DEFAULT) != 0; in X509_VERIFY_PARAM_inherit()
170 to_overwrite = (inh_flags & X509_VP_FLAG_OVERWRITE) != 0; in X509_VERIFY_PARAM_inherit()
185 if ((inh_flags & X509_VP_FLAG_RESET_FLAGS) != 0) in X509_VERIFY_PARAM_inherit()
231 save_flags = to->inh_flags; in X509_VERIFY_PARAM_set1()
232 to->inh_flags |= X509_VP_FLAG_DEFAULT; in X509_VERIFY_PARAM_set1()
[all …]
Dx509_local.h24 uint32_t inh_flags; /* Inheritance flags */ member
Dx509_vfy.c2422 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE; in X509_STORE_CTX_init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs395 pub inh_flags: c_ulong,
408 pub inh_flags: c_ulong,
421 pub inh_flags: c_ulong,