Home
last modified time | relevance | path

Searched refs:oldCounter (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsChannelCrypterTest.java101 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/
DAltsChannelCrypter.java40 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/
DPrimes.java522 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/
DPrimes.java526 int oldCounter = primeGenCounter; in implSTRandomPrime() local
577 if (primeGenCounter >= ((4 * length) + oldCounter)) in implSTRandomPrime()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3542 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/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...