Home
last modified time | relevance | path

Searched refs:dsaPublicKey (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/security/Provider/
H A DSupportsParameter.java43 PublicKey dsaPublicKey = kp.getPublic(); in main() local
56 checkSupports(s, dsaPublicKey, true); in main()
64 checkSupports(s, dsaPublicKey, true); in main()
72 checkSupports(s, dsaPublicKey, true); in main()
80 checkSupports(s, dsaPublicKey, true); in main()
88 checkSupports(s, dsaPublicKey, false); in main()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Ddlltest.cpp106 DSA::PublicKey dsaPublicKey; in USING_NAMESPACE() local
107 dsaPublicKey.AssignFrom(dsaPrivateKey); in USING_NAMESPACE()
108 if (!dsaPrivateKey.Validate(rng, 3) || !dsaPublicKey.Validate(rng, 3)) in USING_NAMESPACE()
117 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref()); in USING_NAMESPACE()
139 DSA::Verifier verifier(dsaPublicKey); in USING_NAMESPACE()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddlltest.cpp110 DSA::PublicKey dsaPublicKey; in USING_NAMESPACE() local
111 dsaPublicKey.AssignFrom(dsaPrivateKey); in USING_NAMESPACE()
112 if (!dsaPrivateKey.Validate(rng, 3) || !dsaPublicKey.Validate(rng, 3)) in USING_NAMESPACE()
121 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref()); in USING_NAMESPACE()
143 DSA::Verifier verifier(dsaPublicKey); in USING_NAMESPACE()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddlltest.cpp110 DSA::PublicKey dsaPublicKey; in USING_NAMESPACE() local
111 dsaPublicKey.AssignFrom(dsaPrivateKey); in USING_NAMESPACE()
112 if (!dsaPrivateKey.Validate(rng, 3) || !dsaPublicKey.Validate(rng, 3)) in USING_NAMESPACE()
121 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref()); in USING_NAMESPACE()
143 DSA::Verifier verifier(dsaPublicKey); in USING_NAMESPACE()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddlltest.cpp110 DSA::PublicKey dsaPublicKey; in USING_NAMESPACE() local
111 dsaPublicKey.AssignFrom(dsaPrivateKey); in USING_NAMESPACE()
112 if (!dsaPrivateKey.Validate(rng, 3) || !dsaPublicKey.Validate(rng, 3)) in USING_NAMESPACE()
121 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref()); in USING_NAMESPACE()
143 DSA::Verifier verifier(dsaPublicKey); in USING_NAMESPACE()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Ddlltest.cpp110 DSA::PublicKey dsaPublicKey; in USING_NAMESPACE() local
111 dsaPublicKey.AssignFrom(dsaPrivateKey); in USING_NAMESPACE()
112 if (!dsaPrivateKey.Validate(rng, 3) || !dsaPublicKey.Validate(rng, 3)) in USING_NAMESPACE()
121 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref()); in USING_NAMESPACE()
143 DSA::Verifier verifier(dsaPublicKey); in USING_NAMESPACE()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go270 type dsaPublicKey dsa.PublicKey type
272 func (r *dsaPublicKey) Type() string {
286 key := &dsaPublicKey{
297 func (k *dsaPublicKey) Marshal() []byte {
312 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
341 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
516 case *rsaPublicKey, *dsaPublicKey:
537 case *ecdsaPublicKey, *dsaPublicKey:
551 case *dsaPublicKey:
579 return (*dsaPublicKey)(key), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ssh/
H A Dkeys.go344 type dsaPublicKey dsa.PublicKey type
346 func (r *dsaPublicKey) Type() string {
360 key := &dsaPublicKey{
371 func (k *dsaPublicKey) Marshal() []byte {
386 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
415 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
590 case *rsaPublicKey, *dsaPublicKey:
611 case *ecdsaPublicKey, *dsaPublicKey:
625 case *dsaPublicKey:
653 return (*dsaPublicKey)(key), nil
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go344 type dsaPublicKey dsa.PublicKey type
346 func (r *dsaPublicKey) Type() string {
360 key := &dsaPublicKey{
371 func (k *dsaPublicKey) Marshal() []byte {
386 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
415 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
590 case *rsaPublicKey, *dsaPublicKey:
611 case *ecdsaPublicKey, *dsaPublicKey:
625 case *dsaPublicKey:
653 return (*dsaPublicKey)(key), nil
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go344 type dsaPublicKey dsa.PublicKey type
346 func (r *dsaPublicKey) Type() string {
360 key := &dsaPublicKey{
371 func (k *dsaPublicKey) Marshal() []byte {
386 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
415 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
590 case *rsaPublicKey, *dsaPublicKey:
611 case *ecdsaPublicKey, *dsaPublicKey:
625 case *dsaPublicKey:
653 return (*dsaPublicKey)(key), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go364 type dsaPublicKey dsa.PublicKey type
366 func (r *dsaPublicKey) Type() string {
380 key := &dsaPublicKey{
391 func (k *dsaPublicKey) Marshal() []byte {
408 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
432 func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey {
441 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
671 case *rsaPublicKey, *dsaPublicKey:
698 case *ecdsaPublicKey, *dsaPublicKey:
712 case *dsaPublicKey:
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go364 type dsaPublicKey dsa.PublicKey type
366 func (r *dsaPublicKey) Type() string {
380 key := &dsaPublicKey{
391 func (k *dsaPublicKey) Marshal() []byte {
408 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
432 func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey {
441 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
671 case *rsaPublicKey, *dsaPublicKey:
698 case *ecdsaPublicKey, *dsaPublicKey:
712 case *dsaPublicKey:
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go351 type dsaPublicKey dsa.PublicKey type
353 func (r *dsaPublicKey) Type() string {
367 key := &dsaPublicKey{
378 func (k *dsaPublicKey) Marshal() []byte {
395 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
424 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
646 case *rsaPublicKey, *dsaPublicKey:
673 case *ecdsaPublicKey, *dsaPublicKey:
687 case *dsaPublicKey:
715 return (*dsaPublicKey)(key), nil
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go364 type dsaPublicKey dsa.PublicKey type
366 func (r *dsaPublicKey) Type() string {
380 key := &dsaPublicKey{
391 func (k *dsaPublicKey) Marshal() []byte {
408 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
432 func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey {
441 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
671 case *rsaPublicKey, *dsaPublicKey:
698 case *ecdsaPublicKey, *dsaPublicKey:
712 case *dsaPublicKey:
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go365 type dsaPublicKey dsa.PublicKey type
367 func (k *dsaPublicKey) Type() string {
401 key := &dsaPublicKey{
408 func (k *dsaPublicKey) Marshal() []byte {
425 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
449 func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey {
458 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
697 case *rsaPublicKey, *dsaPublicKey:
724 case *ecdsaPublicKey, *dsaPublicKey:
738 case *dsaPublicKey:
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/
H A Dkeys.go364 type dsaPublicKey dsa.PublicKey type
366 func (r *dsaPublicKey) Type() string {
400 key := &dsaPublicKey{
407 func (k *dsaPublicKey) Marshal() []byte {
424 func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
448 func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey {
457 return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
696 case *rsaPublicKey, *dsaPublicKey:
723 case *ecdsaPublicKey, *dsaPublicKey:
737 case *dsaPublicKey:
[all …]

12345678910>>...20