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

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

Completed in 68 milliseconds