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

1 2

  /external/openssl/crypto/evp/
e_rc5.c 75 int rounds; /* number of rounds */ member in struct:__anon32906
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/include/qemu/
aes.h 9 int rounds; member in struct:aes_key_st
  /external/chromium_org/third_party/boringssl/src/include/openssl/
aes.h 65 /* AES_MAXNR is the maximum number of AES rounds. */
74 unsigned 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
  /external/vixl/benchmarks/
bench-dataop.cc 60 unsigned rounds = instructions / buffer_instruction_count; local
61 for (unsigned i = 0; i < rounds; ++i) {
bench-branch.cc 61 unsigned rounds = instructions / buffer_instruction_count; local
62 for (unsigned i = 0; i < rounds; ++i) {
  /external/chromium_org/crypto/
symmetric_key_unittest.cc 72 unsigned int rounds; member in struct:PBKDF2TestVector
86 if (strlen(test_data.salt) < 8 || test_data.rounds < 1000) {
96 test_data.rounds, test_data.key_size_in_bits));
  /external/chromium_org/crypto/third_party/nss/
rsawrapr.c 24 PRUint32 counter, rounds; local
35 rounds = (maskLen + hash->length - 1) / hash->length;
36 for (counter = 0; counter < rounds; counter++) {
49 if (counter != (rounds-1)) {
  /external/fio/t/
stest.c 27 unsigned int size, nr, rounds = 0; local
31 while (rounds++ < LOOPS) {
  /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/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 38 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method
45 int rounds = 5; local
50 new RC5ParameterSpec(version, rounds, wordSize, null);
57 new RC5ParameterSpec(version, rounds, wordSize + 8, iv);
64 new RC5ParameterSpec(version, rounds, wordSize, new byte[] { 1, 2, 3 });
70 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds,
79 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int
86 int rounds = 5; local
92 new RC5ParameterSpec(version, rounds, wordSize, null, offset);
99 new RC5ParameterSpec(version, rounds, wordSize + 8, iv, offset)
142 int rounds = 5; local
157 int rounds = 5; local
172 int rounds = 5; local
189 int rounds = 5; local
216 int rounds = 5; local
266 int rounds = 5; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 38 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method
45 int rounds = 5; local
50 new RC5ParameterSpec(version, rounds, wordSize, null);
57 new RC5ParameterSpec(version, rounds, wordSize+8, iv);
64 new RC5ParameterSpec(version, rounds, wordSize, new byte[] {1, 2, 3});
70 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds,
79 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int
86 int rounds = 5; local
92 new RC5ParameterSpec(version, rounds, wordSize, null, offset);
99 new RC5ParameterSpec(version, rounds, wordSize+8, iv, offset)
142 int rounds = 5; local
157 int rounds = 5; local
172 int rounds = 5; local
189 int rounds = 5; local
216 int rounds = 5; local
266 int rounds = 5; local
280 int rounds = 5; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 220 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
412 rounds[num_rounds++] = best_y;
427 /* we have computed the contents of the `rounds' and `flats' tables, */
430 af_sort_pos( num_rounds, rounds );
442 *blue_shoot = rounds[num_rounds / 2];
452 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 188 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
344 rounds[num_rounds++] = best_y;
359 /* we have computed the contents of the `rounds' and `flats' tables, */
362 af_sort_pos( num_rounds, rounds );
374 *blue_shoot = rounds[num_rounds / 2];
384 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
SemaphoreTest.java 547 final int rounds = 4; local
551 for (int i = 0; i < rounds; i++) {
559 for (int i = 0; i < rounds; i++) {
  /system/keymaster/
ocb.c 372 int rounds; member in struct:__anon84598
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:__anon84600
421 #define ROUNDS(ctx) ((ctx)->rounds
    [all...]
  /external/freetype/src/autofit/
aflatin.c 262 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN]; local
724 rounds[num_rounds++] = best_y;
739 /* we have computed the contents of the `rounds' and `flats' tables, */
742 af_sort_pos( num_rounds, rounds );
754 *blue_shoot = rounds[num_rounds / 2];
764 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 189 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
345 rounds[num_rounds++] = best_y;
360 /* we have computed the contents of the `rounds' and `flats' tables, */
363 af_sort_pos( num_rounds, rounds );
375 *blue_shoot = rounds[num_rounds / 2];
385 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 9489 TestRound rounds[3]; member in struct:net::TestConfig
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iketypes.h 401 UINT32 rounds; member in struct:IKEEXT_CIPHER_ALGORITHM0_
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 612 int32_t rounds; member in struct:ss_fb
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 5768 int rounds = Integer.parseInt(readHeaderLine(rawInStream)); \/\/ 7 local
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 635 milliseconds

1 2