HomeSort by relevance Sort by last modified time
    Searched defs:ROUNDS (Results 1 - 22 of 22) sorted by null

  /art/test/103-string-append/src/
Main.java 18 public static final int ROUNDS = 16;
23 for (int j = 0; j < ROUNDS; j++) {
  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 34 #define ROUNDS 1024
63 ROUNDS, KEY_BITS, rawKey) != 1) {
  /external/scrypt/lib/crypto/
crypto_scrypt-neon-salsa208.h 9 #define ROUNDS 8
73 for (i = ROUNDS;i > 0;i -= 2) {
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 58 int ROUNDS; /* key-length-dependent number of rounds */
102 u_int8_t *input, int inputLen, u_int8_t *outBuffer, int Rounds);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 112 // precomputation tables of calculations for rounds
282 ROUNDS = KC + 6; // This is not always true for the generalized Rijndael that allows larger block sizes
283 int[][] W = new int[ROUNDS+1][4]; // 4 words in a block
302 int k = (ROUNDS + 1) << 2;
320 for (int j = 1; j < ROUNDS; j++)
332 private int ROUNDS;
481 while (r < ROUNDS - 1)
508 int t0 = this.C0 ^ KW[ROUNDS][0];
509 int t1 = this.C1 ^ KW[ROUNDS][1];
510 int t2 = this.C2 ^ KW[ROUNDS][2]
    [all...]
AESFastEngine.java 113 // precomputation tables of calculations for rounds
    [all...]
BlowfishEngine.java 299 private static final int ROUNDS = 16;
302 private static final int P_SZ = ROUNDS+2;
415 for (int i = 1; i < ROUNDS; i += 2)
421 xr ^= P[ROUNDS + 1];
522 for (int i = 1; i < ROUNDS; i += 2)
528 xr ^= P[ROUNDS + 1];
548 xl ^= P[ROUNDS + 1];
550 for (int i = ROUNDS; i > 0 ; i -= 2)
TwofishEngine.java 192 private static final int ROUNDS = 16;
458 for (int r = 0; r < ROUNDS; r +=2)
495 int k = ROUND_SUBKEYS + 2 * ROUNDS -1 ;
497 for (int r = 0; r< ROUNDS ; r +=2)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 311 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP};
314 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values
577 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){
578 if (roundingMode==ROUNDS[r])
594 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){
595 if (testround==ROUNDS[r])
  /system/keymaster/
ocb.c 372 int rounds; member in struct:__anon70087
374 #define ROUNDS(ctx) ((ctx)->rounds)
378 (z)->rounds = y / 32 + 6; \
383 (z)->rounds = y / 32 + 6; \
387 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4)
391 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y)
392 #define AES_decrypt(x, y, z) rijndaelDecrypt((z)->rd_key, ROUNDS(z), x, y)
419 int rounds; member in struct:__anon70089
421 #define ROUNDS(ctx) ((ctx)->rounds
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
bcprov-jdk15on-1.48.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1072 milliseconds