Home
last modified time | relevance | path

Searched refs:priKey (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/databases/db5/db-5.3.28/test/java/compat/src/com/sleepycat/persist/test/
H A DSequenceTest.java121 Long priKey; field in SequenceTest.SequenceEntity_Long
216 int priKey; field in SequenceTest.SequenceEntity_tint
273 Key priKey; field in SequenceTest.SequenceEntity_Long_composite
286 return priKey.priKey; in getKey()
311 return priKey.priKey; in getKey()
336 return priKey.priKey; in getKey()
361 return priKey.priKey; in getKey()
386 return priKey.priKey; in getKey()
411 return priKey.priKey; in getKey()
436 return priKey.priKey; in getKey()
[all …]
H A DIndexTest.java174 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testPrimary()
176 values.add(priKey); in testPrimary()
192 for (int priKey = N_RECORDS - 1; priKey >= 0; priKey -= 1) { in testPrimary()
237 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testOneToOne()
239 values.add(priKey); in testOneToOne()
260 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testManyToOne()
267 values.add(priKey); in testManyToOne()
286 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testOneToMany()
314 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testManyToMany()
337 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in addEntities()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/persist/test/
H A DSequenceTest.java125 Long priKey; field in SequenceTest.SequenceEntity_Long
220 int priKey; field in SequenceTest.SequenceEntity_tint
277 Key priKey; field in SequenceTest.SequenceEntity_Long_composite
290 return priKey.priKey; in getKey()
315 return priKey.priKey; in getKey()
340 return priKey.priKey; in getKey()
365 return priKey.priKey; in getKey()
390 return priKey.priKey; in getKey()
415 return priKey.priKey; in getKey()
440 return priKey.priKey; in getKey()
[all …]
H A DGetLastRestartTest.java55 private int priKey; field in GetLastRestartTest.MyEntity
63 this.priKey = priKey; in MyEntity()
413 private void startInserts(int priKey) { in startInserts() argument
414 startInserts(priKey, null); in startInserts()
430 insert(priKey, secKey); in startInserts()
431 subIndex.delete(priKey); in startInserts()
433 insert(priKey); in startInserts()
434 priIndex.delete(priKey); in startInserts()
481 private void insert(int priKey) { in insert() argument
482 insert(priKey, null); in insert()
[all …]
H A DIndexTest.java184 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testPrimary()
186 values.add(priKey); in testPrimary()
202 for (int priKey = N_RECORDS - 1; priKey >= 0; priKey -= 1) { in testPrimary()
248 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testOneToOne()
250 values.add(priKey); in testOneToOne()
272 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testManyToOne()
279 values.add(priKey); in testManyToOne()
299 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testOneToMany()
328 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testManyToMany()
351 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in addEntities()
[all …]
/dports/databases/db18/db-18.1.40/test/java/compat/src/com/sleepycat/persist/test/
H A DSequenceTest.java125 Long priKey; field in SequenceTest.SequenceEntity_Long
220 int priKey; field in SequenceTest.SequenceEntity_tint
277 Key priKey; field in SequenceTest.SequenceEntity_Long_composite
290 return priKey.priKey; in getKey()
315 return priKey.priKey; in getKey()
340 return priKey.priKey; in getKey()
365 return priKey.priKey; in getKey()
390 return priKey.priKey; in getKey()
415 return priKey.priKey; in getKey()
440 return priKey.priKey; in getKey()
[all …]
H A DGetLastRestartTest.java57 private int priKey; field in GetLastRestartTest.MyEntity
64 MyEntity(final int priKey, final Integer secKey) { in MyEntity() argument
65 this.priKey = priKey; in MyEntity()
365 assertEquals(expectLastKey, e.priKey); in checkRange()
428 private void startInserts(int priKey) in startInserts() argument
431 startInserts(priKey, null); in startInserts()
452 insert(priKey); in startInserts()
503 private void insert(int priKey) in insert() argument
506 insert(priKey, null); in insert()
509 private void insert(int priKey, Integer secKey) in insert() argument
[all …]
H A DIndexTest.java184 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testPrimary()
186 values.add(priKey); in testPrimary()
202 for (int priKey = N_RECORDS - 1; priKey >= 0; priKey -= 1) { in testPrimary()
248 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testOneToOne()
250 values.add(priKey); in testOneToOne()
272 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testManyToOne()
279 values.add(priKey); in testManyToOne()
299 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testOneToMany()
328 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in testManyToMany()
351 for (int priKey = 0; priKey < N_RECORDS; priKey += 1) { in addEntities()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/persist/test/
H A DAppImpl.java.1163 int priKey;
174 this.priKey = priKey;
176 newSecKey = priKey;
190 super(priKey);
191 secKeyA = priKey;
204 super(priKey);
205 newSecKeyB = priKey;
218 super(priKey);
219 secKeyC = priKey;
229 int priKey;
[all …]
H A DAppImpl.java.067 TestCase.assertEquals(key, data2.priKey);
76 TestCase.assertEquals(key, data2.priKey);
104 int priKey;
109 Data(final int priKey) {
110 this.priKey = priKey;
111 secKey = priKey;
123 DataA(final int priKey) {
124 super(priKey);
125 secKeyA = priKey;
134 DataB(final int priKey) {
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DSecondaryReferenceException.java33 private final DatabaseEntry priKey; field in SecondaryReferenceException
43 DatabaseEntry priKey) { in SecondaryReferenceException() argument
47 this.priKey = priKey; in SecondaryReferenceException()
59 this.priKey = cause.priKey; in SecondaryReferenceException()
81 return priKey; in getPrimaryKey()
H A DSecondaryDatabase.java1076 final DatabaseEntry priKey, in updateSecondary() argument
1193 final DatabaseEntry priKey, in deleteKey() argument
1198 cursor.search(oldSecKey, priKey, in deleteKey()
1210 getDebugName(), oldSecKey, priKey); in deleteKey() local
1219 final DatabaseEntry priKey, in insertKey() argument
1243 newSecKey, priKey); in insertKey()
1259 getDebugName(), newSecKey, priKey); in insertKey()
1267 getDebugName(), newSecKey, priKey); in insertKey()
1309 getDebugName(), secKey, priKey); in onForeignKeyDelete()
1440 Database getPrimary(DatabaseEntry priKey) { in getPrimary() argument
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/impl/
H A DReflectionAccessor.java32 private FieldAccess priKey; field in ReflectionAccessor
64 priKey = null; in ReflectionAccessor()
87 priKey = null; in ReflectionAccessor()
163 if (priKey != null) { in isPriKeyFieldNullOrZero()
179 if (priKey != null) { in writePriKeyField()
195 if (priKey != null) { in readPriKeyField()
196 priKey.read(o, input); in readPriKeyField()
216 if (priKey != null && !priKey.isPrimitive && !priKey.isString) { in writeSecKeyFields()
238 if (priKey != null && !priKey.isPrimitive && !priKey.isString) { in readSecKeyFields()
240 } else if (priKey != null && priKey.isString) { in readSecKeyFields()
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/impl/
H A DReflectionAccessor.java32 private FieldAccess priKey; field in ReflectionAccessor
64 priKey = null; in ReflectionAccessor()
87 priKey = null; in ReflectionAccessor()
163 if (priKey != null) { in isPriKeyFieldNullOrZero()
179 if (priKey != null) { in writePriKeyField()
195 if (priKey != null) { in readPriKeyField()
196 priKey.read(o, input); in readPriKeyField()
216 if (priKey != null && !priKey.isPrimitive && !priKey.isString) { in writeSecKeyFields()
238 if (priKey != null && !priKey.isPrimitive && !priKey.isString) { in readSecKeyFields()
240 } else if (priKey != null && priKey.isString) { in readSecKeyFields()
[all …]
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/impl/
H A DReflectionAccessor.java32 private FieldAccess priKey; field in ReflectionAccessor
64 priKey = null; in ReflectionAccessor()
87 priKey = null; in ReflectionAccessor()
163 if (priKey != null) { in isPriKeyFieldNullOrZero()
179 if (priKey != null) { in writePriKeyField()
195 if (priKey != null) { in readPriKeyField()
196 priKey.read(o, input); in readPriKeyField()
216 if (priKey != null && !priKey.isPrimitive && !priKey.isString) { in writeSecKeyFields()
238 if (priKey != null && !priKey.isPrimitive && !priKey.isString) { in readSecKeyFields()
240 } else if (priKey != null && priKey.isString) { in readSecKeyFields()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/test/
H A DToManyTest.java195 Set<Byte> oldPriData = priMap0.get(priKey); in updateMaps()
201 assertTrue(priKeySet.remove(priKey)); in updateMaps()
210 priMap0.put(priKey, newPriData); in updateMaps()
219 assertTrue(priKeySet.add(priKey)); in updateMaps()
223 priMap0.remove(priKey); in updateMaps()
251 priMap1.put(priKey, priData); in verify()
261 assertTrue(priKeySet.add(priKey)); in verify()
269 priMap2.put(priKey, priData); in verify()
282 Set<Byte> priData = priMap2.get(priKey); in verify()
285 priMap2.put(priKey, priData); in verify()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/ec/test/
H A DECTransformationTest.java55 ECPrivateKeyParameters priKey = new ECPrivateKeyParameters( in performTest() local
62 doTest(priKey, pRandom, BigInteger.valueOf(20)); in performTest()
66 doTest(priKey, pRandom, rand); in performTest()
67 doSameKeyTest(priKey, pRandom, rand); in performTest()
70 … private void doTest(ECPrivateKeyParameters priKey, ParametersWithRandom pRandom, BigInteger value) in doTest() argument
72 ECPoint data = priKey.getParameters().getG().multiply(value); in doTest()
82 ecGen.init(new ECKeyGenerationParameters(priKey.getParameters(), new SecureRandom())); in doTest()
97 decryptor.init(priKey); in doTest()
113 …private void doSameKeyTest(ECPrivateKeyParameters priKey, ParametersWithRandom pRandom, BigInteger… in doSameKeyTest() argument
115 ECPoint data = priKey.getParameters().getG().multiply(value); in doSameKeyTest()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/cap/oidc/
H A Did_token_test.go114 priKey crypto.PrivateKey
124 priKey: func() crypto.PrivateKey {
134 priKey: func() crypto.PrivateKey {
144 priKey: func() crypto.PrivateKey {
154 priKey: func() crypto.PrivateKey {
164 priKey: func() crypto.PrivateKey {
174 priKey: func() crypto.PrivateKey {
184 priKey: func() crypto.PrivateKey {
194 priKey: func() crypto.PrivateKey {
204 priKey: func() crypto.PrivateKey {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/security/KeyAgreement/
H A DKeySpecTest.java116 PrivateKey priKey = kf.generatePrivate(priSpec); in testKeySpecs() local
119 testKeyEquals(kp, pubKey, priKey); in testKeySpecs()
131 pubKey, priKey))) { in testKeySpecs()
147 PrivateKey priKey = kf.generatePrivate(priSpec); in testEncodedKeySpecs() local
154 testKeyEquals(kp, pubKey, priKey); in testEncodedKeySpecs()
165 getKeyAgreementSecret(provider, kaAlgo, pubKey, priKey))) { in testEncodedKeySpecs()
214 PublicKey pubKey, PrivateKey priKey) throws Exception { in getKeyAgreementSecret() argument
217 ka.init(priKey); in getKeyAgreementSecret()
226 PrivateKey priKey) { in testKeyEquals() argument
228 if (!kp.getPrivate().equals(priKey) in testKeyEquals()
[all …]

12345678910>>...18