HomeSort by relevance Sort by last modified time
    Searched defs:inh_flags (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/x509/
x509_vpm.c 138 * 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 = 0
    [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 167 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st

Completed in 57 milliseconds