HomeSort by: relevance | last modified time | path
    Searched refs:inh_flags (Results 1 - 11 of 11) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_inttab.h 43 uint_t inh_flags; /* flags (see below) */ member in struct:dt_inthash
dt_inttab.c 76 if (hp->inh_value == value && hp->inh_flags == flags)
88 hp->inh_flags = flags;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vpm.c 89 /* param->inh_flags = X509_VP_FLAG_DEFAULT; */
118 * The "inh_flags" field determines how this function behaves.
135 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
153 unsigned long inh_flags; local
158 inh_flags = dest->inh_flags | src->inh_flags;
160 if ((inh_flags & X509_VP_FLAG_ONCE) != 0)
161 dest->inh_flags = 0;
163 if ((inh_flags & X509_VP_FLAG_LOCKED) != 0
    [all...]
x509_local.h 24 uint32_t inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
x509_vfy.c 2610 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vpm.c 92 /* param->inh_flags = X509_VP_FLAG_DEFAULT; */
121 * The "inh_flags" field determines how this function behaves.
138 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
156 unsigned long inh_flags; local
161 inh_flags = dest->inh_flags | src->inh_flags;
163 if ((inh_flags & X509_VP_FLAG_ONCE) != 0)
164 dest->inh_flags = 0;
166 if ((inh_flags & X509_VP_FLAG_LOCKED) != 0
    [all...]
x509_local.h 24 uint32_t inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
x509_vfy.c 2422 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vpm.c 92 /* param->inh_flags = X509_VP_FLAG_DEFAULT; */
121 * The "inh_flags" field determines how this function behaves.
138 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
157 unsigned long inh_flags; local
161 inh_flags = dest->inh_flags | src->inh_flags;
163 if (inh_flags & X509_VP_FLAG_ONCE)
164 dest->inh_flags = 0;
166 if (inh_flags & X509_VP_FLAG_LOCKED
    [all...]
x509_local.h 21 uint32_t inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
x509_vfy.c 2370 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;

Completed in 44 milliseconds