Searched refs:oldCounter (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AltsChannelCrypterTest.java | 101 byte[] oldCounter = new byte[AltsChannelCrypter.getCounterLength()]; in overflowsClient() 104 incrementCounter(counter, oldCounter); in overflowsClient() 106 assertThat(oldCounter).isEqualTo(maxFirstPred); in overflowsClient() 110 incrementCounter(counter, oldCounter); in overflowsClient() 116 assertThat(oldCounter).isEqualTo(maxFirst); in overflowsClient() 132 byte[] oldCounter = new byte[AltsChannelCrypter.getCounterLength()]; in overflowsServer() 135 incrementCounter(counter, oldCounter); in overflowsServer() 137 assertThat(oldCounter).isEqualTo(maxSecondPred); in overflowsServer() 141 incrementCounter(counter, oldCounter); in overflowsServer() 147 assertThat(oldCounter).isEqualTo(maxSecond); in overflowsServer()
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AltsChannelCrypter.java | 40 private final byte[] oldCounter = new byte[COUNTER_LENGTH]; field in AltsChannelCrypter 129 static void incrementCounter(byte[] counter, byte[] oldCounter) throws GeneralSecurityException { in incrementCounter() argument 130 System.arraycopy(counter, 0, oldCounter, 0, counter.length); in incrementCounter() 141 System.arraycopy(oldCounter, 0, counter, 0, counter.length); in incrementCounter() 148 incrementCounter(inCounter, oldCounter); in incrementInCounter() 149 return oldCounter; in incrementInCounter() 154 incrementCounter(outCounter, oldCounter); in incrementOutCounter() 155 return oldCounter; in incrementOutCounter()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ |
D | Primes.java | 522 int oldCounter = primeGenCounter; in implSTRandomPrime() local 573 if (primeGenCounter >= ((4 * length) + oldCounter)) in implSTRandomPrime()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ |
D | Primes.java | 526 int oldCounter = primeGenCounter; in implSTRandomPrime() local 577 if (primeGenCounter >= ((4 * length) + oldCounter)) in implSTRandomPrime()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 3542 TIntermTyped* oldCounter = incDecCounter(1); in decomposeStructBufferMethods() local 3544 … TIntermTyped* lValue = intermediate.addIndex(EOpIndexIndirect, argArray, oldCounter, loc); in decomposeStructBufferMethods() 3557 TIntermTyped* oldCounter = incDecCounter(-1); in decomposeStructBufferMethods() local 3559 TIntermTyped* newCounter = intermediate.addBinaryNode(EOpAdd, oldCounter, in decomposeStructBufferMethods() 3561 oldCounter->getType()); in decomposeStructBufferMethods()
|
/external/guice/extensions/struts2/lib/ |
D | struts2-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |