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

/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vpm.c77 /*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
[all...]
H A Dx509_vfy.h170 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
H A Dx509_vfy.c2037 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT|X509_VP_FLAG_ONCE;
/barrelfish-master/include/openssl/
H A Dx509_vfy.h170 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st

Completed in 42 milliseconds