Home
last modified time | relevance | path

Searched refs:to_overwrite (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vpm.c145 (to_overwrite || \
158 int to_default, to_overwrite; in X509_VERIFY_PARAM_inherit() local
175 to_overwrite = 1; in X509_VERIFY_PARAM_inherit()
177 to_overwrite = 0; in X509_VERIFY_PARAM_inherit()
186 if (to_overwrite || !(dest->flags & X509_V_FLAG_USE_CHECK_TIME)) { in X509_VERIFY_PARAM_inherit()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vpm.c145 (to_overwrite || (src->field != def && (to_default || dest->field == def)))
157 int to_default, to_overwrite; in X509_VERIFY_PARAM_inherit() local
170 to_overwrite = (inh_flags & X509_VP_FLAG_OVERWRITE) != 0; in X509_VERIFY_PARAM_inherit()
179 if (to_overwrite || (dest->flags & X509_V_FLAG_USE_CHECK_TIME) == 0) { in X509_VERIFY_PARAM_inherit()