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

  /external/openssl/crypto/evp/
e_rc5.c 75 int rounds; /* number of rounds */ member in struct:__anon7847
92 data(c)->rounds = RC5_12_ROUNDS;
96 *(int *)ptr = data(c)->rounds;
105 data(c)->rounds = arg;
122 key,data(ctx)->rounds);
  /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/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) {
  /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...]
  /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...]
  /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...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 612 int32_t rounds; member in struct:ss_fb
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1045 milliseconds