| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVariant.cpp | 131 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in LibcxxVariantSummaryProvider() local 133 if (validity == LibcxxVariantIndexValidity::INVALID) in LibcxxVariantSummaryProvider() 136 if (validity == LibcxxVariantIndexValidity::NPOS) { in LibcxxVariantSummaryProvider() 199 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in Update() local 201 if (validity == LibcxxVariantIndexValidity::INVALID) in Update() 204 if (validity == LibcxxVariantIndexValidity::NPOS) in Update()
|
| /freebsd-12.1/crypto/openssl/crypto/x509/ |
| H A D | x509_set.c | 82 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()
|
| H A D | x509_r2x.c | 50 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()
|
| H A D | x_x509.c | 23 ASN1_EMBED(X509_CINF, validity, X509_VAL),
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_check_chain.pod | 21 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
|
| H A D | PKCS7_verify.pod | 29 B<not> check their validity or whether any signatures are valid. The B<certs> 90 useful if one merely wishes to write the content to B<out> and its validity
|
| H A D | X509_STORE_set_verify_cb_func.pod | 126 limits of each certificate's first and last validity time. 161 X509_STORE_set_check_crl() sets the function to check the validity of
|
| H A D | OCSP_resp_find_status.pod | 113 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
|
| H A D | X509_sign.pod | 33 chain validity) are performed.
|
| H A D | X509_NAME_get_index_by_NID.pod | 69 should check for the return value of -2. Alternatively the NID validity
|
| H A D | X509_LOOKUP_hash_dir.pod | 100 subject or several CRLs with same issuer (and, for example, different validity
|
| H A D | CMS_verify.pod | 93 useful if one merely wishes to write the content to B<out> and its validity
|
| H A D | X509_check_host.pod | 23 The validity of the certificate and its trust level has to be checked by
|
| /freebsd-12.1/tools/tools/find-sb/ |
| H A D | README | 12 checks that fsck can do to verify the validity of the superblock which
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | crmf.asn1 | 82 validity [4] SEQUENCE {
|
| H A D | ca.c | 1116 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()
|
| H A D | cert.c | 1445 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()
|
| H A D | print.c | 934 Time2string(&t->validity.notBefore, &str); in hx509_validate_cert() 937 Time2string(&t->validity.notAfter, &str); in hx509_validate_cert()
|
| /freebsd-12.1/crypto/openssl/crypto/include/internal/ |
| H A D | x509_int.h | 149 X509_VAL validity; member
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | verify.pod | 116 Checks end entity certificate validity by attempting to look up a valid CRL. 121 Checks the validity of B<all> certificates in the chain by attempting 165 This option suppresses checking the validity period of certificates and CRLs 382 The final operation is to check the validity of the certificate chain. The validity
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | charset.c | 1014 int validity = ucn_valid_in_identifier (pfile, result, nst); in _cpp_valid_ucn() local 1016 if (validity == 0) in _cpp_valid_ucn() 1020 else if (validity == 2 && identifier_pos == 1) in _cpp_valid_ucn()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.certkeys | 183 "valid after" and "valid before" specify a validity period for the 225 options on the certificates validity. The format of this field
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | whatis.texi | 74 Having verified the validity of the principals, it creates a packet
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | NEWS.md | 82 validity checking in general ([#35]).
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | TODO | 102 and easier to process binary representation (validity is already guaranteed
|