HomeSort by relevance Sort by last modified time
    Searched refs:ROUNDS (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.h 19 int rijndaelKeySched(u_int8_t k[RIJNDAEL_MAXKC][4], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
21 int rijndaelKeyEncToDec(u_int8_t W[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
23 int rijndaelEncrypt(u_int8_t a[16], u_int8_t b[16], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
26 int rijndaelEncryptRound(u_int8_t a[4][4], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS, int rounds);
29 int rijndaelDecrypt(u_int8_t a[16], u_int8_t b[16], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
32 int rijndaelDecryptRound(u_int8_t a[4][4], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS, int rounds);
rijndael-alg-fst.c 36 int rijndaelKeySched(word8 k[MAXKC][4], word8 W[MAXROUNDS+1][4][4], int ROUNDS) {
46 int KC = ROUNDS - 6;
54 for (j = 0; (j < KC) && (r < ROUNDS + 1); ) {
64 while (r < ROUNDS + 1) { /* while not enough round key material calculated */
89 for (j = 0; (j < KC) && (r < ROUNDS + 1); ) {
103 int rijndaelKeyEncToDec(word8 W[MAXROUNDS+1][4][4], int ROUNDS) {
107 for (r = 1; r < ROUNDS; r++) {
142 int rijndaelEncrypt(word8 in[16], word8 out[16], word8 rk[MAXROUNDS+1][4][4], int ROUNDS) {
178 for (r = 1; r < ROUNDS-1; r++) {
202 *((word32*)temp[0]) = *((word32*)(b )) ^ *((word32*)rk[ROUNDS-1][0])
    [all...]
rijndael-api-fst.c 64 key->ROUNDS = keyLen/32 + 6;
71 rijndaelKeySched(k, key->keySched, key->ROUNDS);
73 rijndaelKeyEncToDec(key->keySched, key->ROUNDS);
112 rijndaelEncrypt(input, outBuffer, key->keySched, key->ROUNDS);
132 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
149 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
169 rijndaelEncrypt(block, block, key->keySched, key->ROUNDS);
226 rijndaelEncrypt(input, outBuffer, key->keySched, key->ROUNDS);
236 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
246 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
    [all...]
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);
  /art/test/103-string-append/src/
Main.java 18 public static final int ROUNDS = 16;
23 for (int j = 0; j < ROUNDS; j++) {
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 300 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};
303 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
556 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){
557 if (roundingMode==ROUNDS[r])
573 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){
574 if (testround==ROUNDS[r])
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/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])
  /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])
  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 34 #define ROUNDS 1024
63 ROUNDS, KEY_BITS, rawKey) != 1) {
  /external/libmicrohttpd/src/testcurl/
perf_get.c 61 * How many rounds of operations do we do for each
64 #define ROUNDS 500
116 double rps = ((double) (ROUNDS * 1000)) / ((double) (now() - start_time));
200 for (i=0;i<ROUNDS;i++)
260 for (i=0;i<ROUNDS;i++)
320 for (i=0;i<ROUNDS;i++)
395 for (i=0;i<ROUNDS;i++)
test_concurrent_stop.c 42 * How many rounds of operations do we do for each
43 * test (total number of requests will be ROUNDS * PAR).
45 #define ROUNDS 50000
123 for (i=0;i<ROUNDS;i++)
perf_get_concurrent.c 52 * How many rounds of operations do we do for each
53 * test (total number of requests will be ROUNDS * PAR).
55 #define ROUNDS 500
112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time));
184 for (i=0;i<ROUNDS;i++)
  /external/scrypt/lib/crypto/
crypto_scrypt-neon-salsa208.h 9 #define ROUNDS 8
73 for (i = ROUNDS;i > 0;i -= 2) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 113 // precomputation tables of calculations for rounds
291 ROUNDS = KC + 6; // This is not always true for the generalized Rijndael that allows larger block sizes
292 int[][] W = new int[ROUNDS+1][4]; // 4 words in a block
401 for (int j = 1; j < ROUNDS; j++)
413 private int ROUNDS;
562 while (r < ROUNDS - 1)
589 int t0 = this.C0 ^ KW[ROUNDS][0];
590 int t1 = this.C1 ^ KW[ROUNDS][1];
591 int t2 = this.C2 ^ KW[ROUNDS][2];
593 int r = ROUNDS - 1, r0, r1, r2, r3 = this.C3 ^ KW[ROUNDS][3]
    [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)
AESFastEngine.java 113 // precomputation tables of calculations for rounds
    [all...]
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)
  /system/keymaster/
ocb.c 372 int rounds; member in struct:__anon73376
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:__anon73378
421 #define ROUNDS(ctx) ((ctx)->rounds
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.5.0/
jobb-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0/
jobb-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha1/
jobb-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha3/
jobb-25.0.0-alpha3.jar 

Completed in 484 milliseconds

1 2 3