Home
last modified time | relevance | path

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

/external/openssl/crypto/x509/
Dx509_vpm.c78 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()
[all …]
Dx509_vfy.h170 unsigned long inh_flags; /* Inheritance flags */ member
Dx509_vfy.c2036 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT|X509_VP_FLAG_ONCE; in X509_STORE_CTX_init()
/external/openssl/include/openssl/
Dx509_vfy.h170 unsigned long inh_flags; /* Inheritance flags */ member