Home
last modified time | relevance | path

Searched refs:rawS (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/devel/poco/poco-1.10.1-all/Crypto/src/
H A DECDSADigestEngine.cpp122 ECDSASignature::ECDSASignature(const ByteVec& rawR, const ByteVec& rawS): in ECDSASignature() argument
125 poco_assert (!rawR.empty() && !rawS.empty()); in ECDSASignature()
134 BN_bin2bn(&rawS[0], static_cast<long>(rawS.size()), 0)); in ECDSASignature()
143 if (!BN_bin2bn(&rawS[0], rawS.size(), _pSig->s)) in ECDSASignature()
195 ECDSASignature::ByteVec ECDSASignature::rawS() const in rawS() function in Poco::Crypto::ECDSASignature
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/cmd/hclspecsuite/
H A Drunner.go434 for _, rawS := range rawT.Steps {
436 Filename: rawS.Range.Filename,
438 Line: rawS.Range.Start.Line,
439 Column: rawS.Range.Start.Column,
440 Byte: rawS.Range.Start.Byte,
443 Line: rawS.Range.End.Line,
444 Column: rawS.Range.End.Column,
445 Byte: rawS.Range.End.Byte,
449 switch rawS.Kind {
453 Name: rawS.Name,
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/cmd/hclspecsuite/
H A Drunner.go434 for _, rawS := range rawT.Steps {
436 Filename: rawS.Range.Filename,
438 Line: rawS.Range.Start.Line,
439 Column: rawS.Range.Start.Column,
440 Byte: rawS.Range.Start.Byte,
443 Line: rawS.Range.End.Line,
444 Column: rawS.Range.End.Column,
445 Byte: rawS.Range.End.Byte,
449 switch rawS.Kind {
453 Name: rawS.Name,
[all …]
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/cmd/hclspecsuite/
H A Drunner.go431 for _, rawS := range rawT.Steps {
433 Filename: rawS.Range.Filename,
435 Line: rawS.Range.Start.Line,
436 Column: rawS.Range.Start.Column,
437 Byte: rawS.Range.Start.Byte,
440 Line: rawS.Range.End.Line,
441 Column: rawS.Range.End.Column,
442 Byte: rawS.Range.End.Byte,
446 switch rawS.Kind {
450 Name: rawS.Name,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/cmd/hclspecsuite/
H A Drunner.go434 for _, rawS := range rawT.Steps {
436 Filename: rawS.Range.Filename,
438 Line: rawS.Range.Start.Line,
439 Column: rawS.Range.Start.Column,
440 Byte: rawS.Range.Start.Byte,
443 Line: rawS.Range.End.Line,
444 Column: rawS.Range.End.Column,
445 Byte: rawS.Range.End.Byte,
449 switch rawS.Kind {
453 Name: rawS.Name,
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/grpc/health/
H A Dclient.go68 rawS, err := newStream()
73 s, ok := rawS.(grpc.ClientStream)
77 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/grpc/health/
H A Dclient.go68 rawS, err := newStream()
73 s, ok := rawS.(grpc.ClientStream)
77 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/grpc/health/
H A Dclient.go68 rawS, err := newStream()
73 s, ok := rawS.(grpc.ClientStream)
77 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/grpc/grpc-go-1.21.1/health/
H A Dclient.go68 rawS, err := newStream()
73 s, ok := rawS.(grpc.ClientStream)
77 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/google.golang.org/grpc/health/
H A Dclient.go68 rawS, err := newStream()
73 s, ok := rawS.(grpc.ClientStream)
77 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/sysutils/consul/consul-1.10.3/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/google.golang.org/grpc/health/
H A Dclient.go74 rawS, err := newStream(healthCheckMethod)
79 s, ok := rawS.(grpc.ClientStream)
83 return fmt.Errorf("newStream returned %v (type %T); want grpc.ClientStream", rawS, rawS)

12345678910