Home
last modified time | relevance | path

Searched defs:VerifyOptions (Results 26 – 50 of 349) sorted by relevance

12345678910>>...14

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/x509/
H A Dverify.go128 type VerifyOptions struct { struct
129 DNSName string
130 Intermediates *CertPool
131 Roots *CertPool // if nil, the system roots are used
132 CurrentTime time.Time // if zero, the current time is used
137 KeyUsages []ExtKeyUsage
147 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
210 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
273 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahVerifier.hpp144 struct VerifyOptions { struct in ShenandoahVerifier
145 VerifyForwarded _verify_forwarded;
146 VerifyMarked _verify_marked;
147 VerifyCollectionSet _verify_cset;
148 VerifyLiveness _verify_liveness;
149 VerifyRegions _verify_regions;
150 VerifyGCState _verify_gcstate;
152 VerifyOptions(VerifyForwarded verify_forwarded, in VerifyOptions() function
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/x509/
H A Dverify.go132 type VerifyOptions struct { struct
133 DNSName string
134 Intermediates *CertPool
135 Roots *CertPool // if nil, the system roots are used
136 CurrentTime time.Time // if zero, the current time is used
141 KeyUsages []ExtKeyUsage
151 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
217 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
297 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/x509/
H A Dverify.go127 type VerifyOptions struct { struct
128 DNSName string
129 Intermediates *CertPool
130 Roots *CertPool // if nil, the system roots are used
131 CurrentTime time.Time // if zero, the current time is used
136 KeyUsages []ExtKeyUsage
146 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
212 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
279 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahVerifier.hpp143 struct VerifyOptions { struct in ShenandoahVerifier
144 VerifyForwarded _verify_forwarded;
145 VerifyMarked _verify_marked;
146 VerifyCollectionSet _verify_cset;
147 VerifyLiveness _verify_liveness;
148 VerifyRegions _verify_regions;
149 VerifyGCState _verify_gcstate;
151 VerifyOptions(VerifyForwarded verify_forwarded, in VerifyOptions() function
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahVerifier.hpp144 struct VerifyOptions { struct in ShenandoahVerifier
145 VerifyForwarded _verify_forwarded;
146 VerifyMarked _verify_marked;
147 VerifyCollectionSet _verify_cset;
148 VerifyLiveness _verify_liveness;
149 VerifyRegions _verify_regions;
150 VerifyGCState _verify_gcstate;
152 VerifyOptions(VerifyForwarded verify_forwarded, in VerifyOptions() function
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Doptions.go10 type VerifyOptions struct { struct
11 Cache Cache
12 DisableEndpointChecking bool
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Doptions.go10 type VerifyOptions struct { struct
11 Cache Cache
12 DisableEndpointChecking bool
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Doptions.go10 type VerifyOptions struct { struct
11 Cache Cache
12 DisableEndpointChecking bool
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Doptions.go10 type VerifyOptions struct { struct
11 Cache Cache
12 DisableEndpointChecking bool
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/x509/
H A Dverify.go149 type VerifyOptions struct { struct
150 DNSName string
151 Intermediates *CertPool
152 Roots *CertPool // if nil, the system roots are used
153 CurrentTime time.Time // if zero, the current time is used
158 KeyUsages []ExtKeyUsage
193 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
273 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
353 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
H A Droot_windows.go20 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
100 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
143 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/tjfoc/gmsm/sm2/
H A Dverify.go160 type VerifyOptions struct { struct
161 DNSName string
162 Intermediates *CertPool
163 Roots *CertPool // if nil, the system roots are used
164 CurrentTime time.Time // if zero, the current time is used
169 KeyUsages []ExtKeyUsage
204 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
272 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
356 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/x509/
H A Droot_windows.go20 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
107 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
158 func verifyChain(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) (chain []…
198 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/
H A Droot_windows.go24 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
111 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
162 func verifyChain(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) (chain []…
202 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/x509/
H A Droot_windows.go20 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
107 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
158 func verifyChain(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) (chain []…
198 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/x509/
H A Droot_windows.go20 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
107 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
158 func verifyChain(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) (chain []…
198 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/x509/
H A Droot_windows.go20 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
107 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
158 func verifyChain(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) (chain []…
198 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/x509/
H A Dverify.go177 type VerifyOptions struct { struct
178 DNSName string
179 Intermediates *CertPool
180 Roots *CertPool // if nil, the system roots are used
181 CurrentTime time.Time // if zero, the current time is used
189 KeyUsages []ExtKeyUsage
195 MaxConstraintComparisions int
552 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
726 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
805 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dverify.go177 type VerifyOptions struct { struct
178 DNSName string
179 Intermediates *CertPool
180 Roots *CertPool // if nil, the system roots are used
181 CurrentTime time.Time // if zero, the current time is used
189 KeyUsages []ExtKeyUsage
195 MaxConstraintComparisions int
552 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
726 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
805 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dverify.go177 type VerifyOptions struct { struct
178 DNSName string
179 Intermediates *CertPool
180 Roots *CertPool // if nil, the system roots are used
181 CurrentTime time.Time // if zero, the current time is used
189 KeyUsages []ExtKeyUsage
195 MaxConstraintComparisions int
552 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
726 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
805 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dverify.go177 type VerifyOptions struct { struct
178 DNSName string
179 Intermediates *CertPool
180 Roots *CertPool // if nil, the system roots are used
181 CurrentTime time.Time // if zero, the current time is used
189 KeyUsages []ExtKeyUsage
195 MaxConstraintComparisions int
552 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
726 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
805 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dverify.go177 type VerifyOptions struct { struct
178 DNSName string
179 Intermediates *CertPool
180 Roots *CertPool // if nil, the system roots are used
181 CurrentTime time.Time // if zero, the current time is used
189 KeyUsages []ExtKeyUsage
195 MaxConstraintComparisions int
552 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
726 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
805 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/x509/
H A Dverify.go177 type VerifyOptions struct { struct
178 DNSName string
179 Intermediates *CertPool
180 Roots *CertPool // if nil, the system roots are used
181 CurrentTime time.Time // if zero, the current time is used
189 KeyUsages []ExtKeyUsage
195 MaxConstraintComparisions int
552 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error…
726 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
805 …hains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains []…
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/x509/
H A Droot_windows.go20 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
100 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
143 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {

12345678910>>...14