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

/external/boringssl/src/crypto/x509/
H A Dx509_vpm.c138 * param->inh_flags = X509_VP_FLAG_DEFAULT;
140 param->inh_flags = 0;
208 * The "inh_flags" field determines how this function behaves.
225 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
249 unsigned long inh_flags; local
255 inh_flags = dest->inh_flags | src->inh_flags;
257 if (inh_flags & X509_VP_FLAG_ONCE)
258 dest->inh_flags
[all...]
/external/boringssl/include/openssl/
H A Dx509_vfy.h152 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
/external/boringssl/src/include/openssl/
H A Dx509_vfy.h152 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st

Completed in 84 milliseconds