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

  /external/openssl/crypto/evp/
e_rc5.c 75 int rounds; /* number of rounds */ member in struct:__anon5406
92 data(c)->rounds = RC5_12_ROUNDS;
96 *(int *)ptr = data(c)->rounds;
105 data(c)->rounds = arg;
122 key,data(ctx)->rounds);
  /external/qemu/
aes.h 9 int rounds; member in struct:aes_key_st
  /external/openssl/crypto/aes/
aes.h 82 int rounds; member in struct:aes_key_st
  /external/openssl/include/openssl/
aes.h 82 int rounds; member in struct:aes_key_st
  /libcore/luni/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 30 private final int rounds; field in class:RC5ParameterSpec
40 * @param rounds
45 public RC5ParameterSpec(int version, int rounds, int wordSize) {
47 this.rounds = rounds;
63 * @param rounds
73 public RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) {
81 this.rounds = rounds;
98 * @param rounds
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
kseed.c 198 @param num_rounds The number of rounds desired (0 for default)
241 static void rounds(ulong32 *P, ulong32 *K) function
266 rounds(P, skey->kseed.K);
288 rounds(P, skey->kseed.dK);
  /external/dropbear/libtomcrypt/src/ciphers/safer/
saferp.c 212 @param num_rounds The number of rounds desired (0 for default)
220 static const int rounds[3] = { 8, 12, 16 }; local
230 /* Is the number of rounds valid? Either use zero for default or
231 * 8,12,16 rounds for 16,24,32 byte keys
233 if (num_rounds != 0 && num_rounds != rounds[(keylen/8)-2]) {
265 skey->saferp.rounds = 8;
292 skey->saferp.rounds = 12;
319 skey->saferp.rounds = 16;
343 /* do eight rounds */
356 if (skey->saferp.rounds > 8)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 45 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method
58 int rounds = 5; local
63 new RC5ParameterSpec(version, rounds, wordSize, null);
70 new RC5ParameterSpec(version, rounds, wordSize+8, iv);
77 new RC5ParameterSpec(version, rounds, wordSize, new byte[] {1, 2, 3});
83 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds,
92 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int
105 int rounds = 5; local
111 new RC5ParameterSpec(version, rounds, wordSize, null, offset);
118 new RC5ParameterSpec(version, rounds, wordSize+8, iv, offset)
167 int rounds = 5; local
188 int rounds = 5; local
209 int rounds = 5; local
232 int rounds = 5; local
265 int rounds = 5; local
321 int rounds = 5; local
340 int rounds = 5; local
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 15 int rounds; member in struct:rc5_key
29 long rounds; member in struct:saferp_key
329 /** default number of rounds */
334 @param num_rounds The requested number of rounds (0==default)
  /external/freetype/src/autofit/
aflatin.c 169 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
323 rounds[num_rounds++] = best_y;
340 /* we have computed the contents of the `rounds' and `flats' tables, */
343 af_sort_pos( num_rounds, rounds );
355 *blue_shoot = rounds[num_rounds / 2];
365 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 175 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
328 rounds[num_rounds++] = best_y;
345 /* we have computed the contents of the `rounds' and `flats' tables, */
348 af_sort_pos( num_rounds, rounds );
360 *blue_shoot = rounds[num_rounds / 2];
370 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /bionic/libc/bionic/
pthread.c 1767 int rounds = PTHREAD_DESTRUCTOR_ITERATIONS; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 7893 int rounds = 0; local
8014 int rounds = 0; local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 253 milliseconds