Searched defs:inh_flags (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/x509/
H A Dx509_vpm.c77 /*param->inh_flags = X509_VP_FLAG_DEFAULT;*/
78 param->inh_flags = 0;
113 * The "inh_flags" field determines how this function behaves.
130 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
150 unsigned long inh_flags; local
154 inh_flags = dest->inh_flags | src->inh_flags;
156 if (inh_flags & X509_VP_FLAG_ONCE)
157 dest->inh_flags
[all...]
H A Dx509_vfy.h170 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vpm.c74 /*param->inh_flags = X509_VP_FLAG_DEFAULT;*/
75 param->inh_flags = 0;
142 * The "inh_flags" field determines how this function behaves.
159 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
184 unsigned long inh_flags; local
190 inh_flags = dest->inh_flags | src->inh_flags;
192 if (inh_flags & X509_VP_FLAG_ONCE)
193 dest->inh_flags
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h167 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
/external/openssl/include/openssl/
H A Dx509_vfy.h170 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st

Completed in 836 milliseconds