Home
last modified time | relevance | path

Searched refs:testPassword (Results 1 – 25 of 56) sorted by relevance

123

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/vsphere/
H A Dcredentialmanager_test.go38 testPassword = "password"
117 password: testPassword,
125 password: testPassword,
139 password: testPassword,
150 password: testPassword,
205 password: testPassword,
282 testPassword = "Password"
296 "10.20.30.40.password": []byte(testPassword),
301 Password: testPassword,
322 Password: testPassword,
[all …]
/dports/devel/p5-BZ-Client/BZ-Client-1.04/
H A DMakefile.PL23 --testPassword=<password> Configures the Bugzilla password to use for
29 my($testUrl, $testUser, $testPassword, $logDirectory);
35 "testPassword=s" => \$testPassword
42 testPassword => $testPassword
/dports/databases/pecl-couchbase/couchbase-2.6.2/tests/
H A DCouchbaseTestCase.php11 public $testPassword; variable in CouchbaseTestCase
26 $this->testPassword = '';
53 $this->testPassword = getenv('CB_PASSWORD');
54 if ($this->testPassword === FALSE) {
55 $this->testPassword = '';
60 $this->testAuthenticator->username($this->testUser)->password($this->testPassword);
63 $this->testAuthenticator->bucket($this->testBucket, $this->testPassword);
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/v2/internal/public-api/
H A Ddbaas_service_user_test.go18 testPassword = testRandomString(10)
32 Password: &testPassword,
65 testPassword = testRandomString(10)
79 Password: &testPassword,
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java166 checkEmptyStore(testPassword); in shouldCreateEmptyBCFKSPassword()
226 checkOneCertificate(cert, testPassword); in shouldStoreOneCertificate()
740 store1.store(bOut, testPassword); in shouldStoreMultipleKeys()
758 Key storePrivKey = store2.getKey("privkey", testPassword); in shouldStoreMultipleKeys()
802 Key storePrivKey = store2.getKey("privkey", testPassword); in shouldParseKWPKeyStore()
938 store1.store(bOut, testPassword); in failOnWrongPasswordTest()
1305 store.load(new ByteArrayInputStream(oldKeyStore), testPassword); in shouldParseOldStores()
1307 checkStore(store, oldKeyStore, testPassword); in shouldParseOldStores()
1413 store1.store(bOut, testPassword); in shouldStoreUsingKWP()
1528 checkInvalidLoad(store2, testPassword, bOut.toByteArray()); in doStoreUsingStoreParameter()
[all …]
/dports/security/lego/lego-4.5.3/providers/dns/internetbs/internal/
H A Dclient_test.go21 testPassword = "testpass" const
58 client := NewClient(testAPIKey, testPassword)
113 client := NewClient(testAPIKey, testPassword)
196 client := NewClient(testAPIKey, testPassword)
221 client := NewClient(testAPIKey, testPassword)
239 if req.FormValue("password") != testPassword {
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/pdf/
H A DPDFRendererConfigParserTestCase.java44 String testPassword = "this is a password purely for test purposes"; in testUserPassword() local
47 .setUserPassword(testPassword) in testUserPassword()
49 … assertEquals(testPassword, conf.getConfigOptions().getEncryptionParameters().getUserPassword()); in testUserPassword()
100 String testPassword = "this is a password purely for test purposes"; in testOwnerPassword() local
103 .setOwnerPassword(testPassword) in testOwnerPassword()
105 … assertEquals(testPassword, conf.getConfigOptions().getEncryptionParameters().getOwnerPassword()); in testOwnerPassword()
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java50 static char[] testPassword = {'h', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd'}; field in BCFKSStoreTest
63 checkEmptyStore(testPassword); in shouldCreateEmptyBCFKSPassword()
123 checkOneCertificate(cert, testPassword); in shouldStoreOneCertificate()
193 checkOnePrivateKeyFips(privKey, new X509Certificate[] { cert }, testPassword); in shouldStoreOnePrivateKey()
195 checkOnePrivateKeyDef(privKey, new X509Certificate[] { cert }, testPassword); in shouldStoreOnePrivateKey()
221 …checkOnePrivateKeyDef(kp1.getPrivate(), new X509Certificate[]{interCert, finalCert}, testPassword); in shouldStoreOnePrivateKeyWithChain()
247 …checkOnePrivateKeyDef(kp1.getPrivate(), new X509Certificate[]{interCert, finalCert}, testPassword); in shouldStoreOneECKeyWithChain()
384 … store1.setKeyEntry("privkey", privKey, testPassword, new X509Certificate[]{interCert, finalCert}); in shouldStoreMultipleKeys()
393 store1.store(bOut, testPassword); in shouldStoreMultipleKeys()
397 store2.load(new ByteArrayInputStream(bOut.toByteArray()), testPassword); in shouldStoreMultipleKeys()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.3/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java50 static char[] testPassword = {'h', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd'}; field in BCFKSStoreTest
63 checkEmptyStore(testPassword); in shouldCreateEmptyBCFKSPassword()
123 checkOneCertificate(cert, testPassword); in shouldStoreOneCertificate()
193 checkOnePrivateKeyFips(privKey, new X509Certificate[] { cert }, testPassword); in shouldStoreOnePrivateKey()
195 checkOnePrivateKeyDef(privKey, new X509Certificate[] { cert }, testPassword); in shouldStoreOnePrivateKey()
221 …checkOnePrivateKeyDef(kp1.getPrivate(), new X509Certificate[]{interCert, finalCert}, testPassword); in shouldStoreOnePrivateKeyWithChain()
247 …checkOnePrivateKeyDef(kp1.getPrivate(), new X509Certificate[]{interCert, finalCert}, testPassword); in shouldStoreOneECKeyWithChain()
384 … store1.setKeyEntry("privkey", privKey, testPassword, new X509Certificate[]{interCert, finalCert}); in shouldStoreMultipleKeys()
393 store1.store(bOut, testPassword); in shouldStoreMultipleKeys()
397 store2.load(new ByteArrayInputStream(bOut.toByteArray()), testPassword); in shouldStoreMultipleKeys()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/v8/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/v8/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/v8/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/v8/crypto/rfc4757/
H A DkeyDerivation_test.go11 testPassword = "foo" const
17 kb, err := StringToKey(testPassword)
/dports/devel/p5-BZ-Client/BZ-Client-1.04/lib/BZ/Client/
H A DTest.pm60 sub testPassword($;$) { subroutine
85 "password" => $self->testPassword(),
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/deislabs/oras/pkg/auth/docker/
H A Dclient_test.go26 testPassword = "wonderland" var
53 secret, err := bcrypt.GenerateFromPassword([]byte(testPassword), bcrypt.DefaultCost)
113 err = suite.Client.Login(newContext(), suite.DockerRegistryHost, testUsername, testPassword, false)
/dports/security/meek/meek-0.35.0/meek-client/
H A Dproxy_test.go27 const testPassword = "password" const
147 Password: testPassword,
174 if password != testPassword {
175 t.Errorf("expected password %q, got %q", testPassword, password)
/dports/java/bouncycastle15/crypto-169/pkix/src/test/java/org/bouncycastle/openssl/test/
H A DWriterTest.java62 private static final char[] testPassword = "bouncy".toCharArray(); field in WriterTest
179 …Generator(akp, new JcePEMEncryptorBuilder(algorithm).setSecureRandom(random).build(testPassword))); in doWriteReadTest()
215 …air)o).decryptKeyPair(new JcePEMDecryptorProviderBuilder().setProvider("BC").build(testPassword))); in doWriteReadTest()
223 …BC").getKeyPair(((PEMEncryptedKeyPair)o).decryptKeyPair(new BcPEMDecryptorProvider(testPassword))); in doWriteReadTest()
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/internal/experimental/registry/
H A Dclient_test.go47 testPassword = "mypass" var
96 pwBytes, err := bcrypt.GenerateFromPassword([]byte(testPassword), bcrypt.DefaultCost)
134 err = suite.RegistryClient.Login(suite.DockerRegistryHost, testUsername, testPassword, false)
137 err = suite.RegistryClient.Login(suite.DockerRegistryHost, testUsername, testPassword, true)
/dports/sysutils/helm/helm-3.5.2/internal/experimental/registry/
H A Dclient_test.go51 testPassword = "mypass" var
101 pwBytes, err := bcrypt.GenerateFromPassword([]byte(testPassword), bcrypt.DefaultCost)
141 err = suite.RegistryClient.Login(suite.DockerRegistryHost, testUsername, testPassword, false)
144 err = suite.RegistryClient.Login(suite.DockerRegistryHost, testUsername, testPassword, true)
/dports/irc/soju/soju-0.3.0/
H A Dserver_test.go16 testPassword = testUsername const
41 hashed, err := bcrypt.GenerateFromPassword([]byte(testPassword), bcrypt.DefaultCost)
101 Params: []string{testPassword},
/dports/net-im/coyim/coyim-0.3.11/config/
H A Dencrypted_config_test.go23 const testPassword = "vella extol bowel gnome 34th" const
49 res, res2 := GenerateKeys(testPassword, params)

123