Home
last modified time | relevance | path

Searched refs:validity (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxVariant.cpp156 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in LibcxxVariantSummaryProvider() local
158 if (validity == LibcxxVariantIndexValidity::Invalid) in LibcxxVariantSummaryProvider()
161 if (validity == LibcxxVariantIndexValidity::NPos) { in LibcxxVariantSummaryProvider()
223 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in Update() local
225 if (validity == LibcxxVariantIndexValidity::Invalid) in Update()
228 if (validity == LibcxxVariantIndexValidity::NPos) in Update()
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_set.c82 return x509_set1_time(&x->cert_info.validity.notBefore, tm); in X509_set1_notBefore()
89 return x509_set1_time(&x->cert_info.validity.notAfter, tm); in X509_set1_notAfter()
118 return x->cert_info.validity.notBefore; in X509_get0_notBefore()
123 return x->cert_info.validity.notAfter; in X509_get0_notAfter()
128 return x->cert_info.validity.notBefore; in X509_getm_notBefore()
133 return x->cert_info.validity.notAfter; in X509_getm_notAfter()
HDx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
HDx_x509.c23 ASN1_EMBED(X509_CINF, validity, X509_VAL),
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_check_chain.pod21 SSL_check_chain() returns a bitmap of flags indicating the validity of the
71 The validity of a chain is determined by checking if it matches a supported
HDPKCS7_verify.pod32 B<not> check their validity or whether any signatures are valid. The I<certs>
102 useful if one merely wishes to write the content to I<out> and its validity
HDOCSP_resp_find_status.pod113 OCSP_check_validity() checks the validity of B<thisupd> and B<nextupd> values
165 ID of interest and then check its validity using OCSP_check_validity(). They
HDX509_STORE_set_verify_cb_func.pod126 limits of each certificate's first and last validity time.
161 X509_STORE_set_check_crl() sets the function to check the validity of
HDX509_sign.pod33 chain validity) are performed.
HDX509_NAME_get_index_by_NID.pod69 should check for the return value of -2. Alternatively the NID validity
/freebsd-13-stable/contrib/libcbor/doc/source/api/
HDtype_3.rst18 *libcbor* considers UTF-8 encoding validity to be a part of the well-formedness notion of CBOR and …
/freebsd-13-stable/tools/tools/find-sb/
HDREADME11 checks that fsck can do to verify the validity of the superblock which
/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDcrmf.asn182 validity [4] SEQUENCE {
HDca.c1116 tbsc->validity.notBefore.element = choice_Time_generalTime; in ca_sign()
1117 tbsc->validity.notBefore.u.generalTime = notBefore; in ca_sign()
1118 tbsc->validity.notAfter.element = choice_Time_generalTime; in ca_sign()
1119 tbsc->validity.notAfter.u.generalTime = notAfter; in ca_sign()
HDcert.c1445 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notBefore); in hx509_cert_get_notBefore()
1461 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notAfter); in hx509_cert_get_notAfter()
2221 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in hx509_verify_path()
2227 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter); in hx509_verify_path()
2366 _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in hx509_verify_path()
3064 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in _hx509_query_match_cert()
3067 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter); in _hx509_query_match_cert()
HDprint.c934 Time2string(&t->validity.notBefore, &str); in hx509_validate_cert()
937 Time2string(&t->validity.notAfter, &str); in hx509_validate_cert()
/freebsd-13-stable/crypto/openssl/include/crypto/
HDx509.h151 X509_VAL validity; member
/freebsd-13-stable/crypto/openssl/doc/man1/
HDverify.pod119 Checks end entity certificate validity by attempting to look up a valid CRL.
124 Checks the validity of B<all> certificates in the chain by attempting
168 This option suppresses checking the validity period of certificates and CRLs
385 The final operation is to check the validity of the certificate chain.
387 the validity period as specified by the C<notBefore> and C<notAfter> fields
/freebsd-13-stable/contrib/kyua/utils/config/
HDnodes.ipp217 /// Checks a given value for validity.
392 /// Checks a given value for validity.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/net/dsa/
HDsja1105.txt16 are required in order to be able to statically check their validity.
/freebsd-13-stable/crypto/openssh/
HDPROTOCOL.certkeys183 "valid after" and "valid before" specify a validity period for the
225 options on the certificate's validity. The format of this field
/freebsd-13-stable/contrib/tzdata/
HDleap-seconds.list54 # It is important to express the validity of the file. These next two dates are
/freebsd-13-stable/usr.sbin/ntp/ntpd/
HDleap-seconds54 # It is important to express the validity of the file. These next two dates are
/freebsd-13-stable/sys/dev/ice/
HDice_nvm.c1819 valid = LE16_TO_CPU(data.validity); in ice_get_nvm_minsrevs()
1882 data.validity |= CPU_TO_LE16(ICE_AQC_NVM_MINSREV_NVM_VALID); in ice_update_nvm_minsrevs()
1888 data.validity |= CPU_TO_LE16(ICE_AQC_NVM_MINSREV_OROM_VALID); in ice_update_nvm_minsrevs()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/
HDcpu-capacity.txt26 no guarantees on the validity or suitability of any particular benchmark, the

1234