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

/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c79 * param->inh_flags = X509_VP_FLAG_DEFAULT;
81 param->inh_flags = 0;
120 * The "inh_flags" field determines how this function behaves.
137 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
156 unsigned long inh_flags; local
160 inh_flags = dest->inh_flags | src->inh_flags;
162 if (inh_flags & X509_VP_FLAG_ONCE)
163 dest->inh_flags
[all...]
H A Dx509_vfy.h168 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
H A Dx509_vfy.c2164 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_inttab.h43 uint_t inh_flags; /* flags (see below) */ member in struct:dt_inthash
H A Ddt_inttab.c76 if (hp->inh_value == value && hp->inh_flags == flags)
88 hp->inh_flags = flags;

Completed in 66 milliseconds