Searched defs:rounds (Results 1 - 23 of 23) sorted by relevance

/external/qemu/include/qemu/
H A Daes.h9 int rounds; member in struct:aes_key_st
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Daes.h65 /* AES_MAXNR is the maximum number of AES rounds. */
74 unsigned rounds; member in struct:aes_key_st
/external/openssl/crypto/aes/
H A Daes.h82 int rounds; member in struct:aes_key_st
/external/openssl/include/openssl/
H A Daes.h82 int rounds; member in struct:aes_key_st
/external/chromium_org/crypto/
H A Dsymmetric_key_unittest.cc72 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/openssl/crypto/evp/
H A De_rc5.c75 int rounds; /* number of rounds */ member in struct:__anon28302
92 data(c)->rounds = RC5_12_ROUNDS;
96 *(int *)ptr = data(c)->rounds;
105 data(c)->rounds = arg;
122 key,data(ctx)->rounds);
/external/vixl/benchmarks/
H A Dbench-branch.cc61 unsigned rounds = instructions / buffer_instruction_count; local
62 for (unsigned i = 0; i < rounds; ++i) {
H A Dbench-dataop.cc60 unsigned rounds = instructions / buffer_instruction_count; local
61 for (unsigned i = 0; i < rounds; ++i) {
/external/chromium_org/crypto/third_party/nss/
H A Drsawrapr.c24 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/
H A Dstest.c27 unsigned int size, nr, rounds = 0; local
31 while (rounds++ < LOOPS) {
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c237 * Encrypt only a certain number of rounds.
240 int rijndaelEncryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { argument
244 /* make number of rounds sane */
245 if (rounds > ROUNDS) {
246 rounds = ROUNDS;
254 for (r = 1; (r <= rounds) && (r < ROUNDS); r++) {
276 if (rounds == ROUNDS) {
403 * Decrypt only a certain number of rounds.
409 int rijndaelDecryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { argument
413 /* make number of rounds san
[all...]
H A Drijndael-api-fst.c453 * Encrypts/Decrypts exactly one full block a specified number of rounds.
461 BYTE *input, int inputLen, BYTE *outBuffer, int rounds) {
476 rijndaelEncryptRound(block, key->keySched, key->ROUNDS, rounds);
480 rijndaelDecryptRound(block, key->keySched, key->ROUNDS, rounds);
460 rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer, int rounds) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java583 // private static void deInterleave(int[] x, int xOff, int[] z, int zOff, int count, int rounds)
587 // z[zOff + i] = deInterleave(x[zOff + i], rounds);
591 // private static int deInterleave(int x, int rounds)
593 // while (--rounds >= 0)
704 private static void interleave(int[] x, int xOff, int[] z, int zOff, int count, int rounds) argument
708 z[zOff + i] = interleave(x[xOff + i], rounds);
712 private static int interleave(int x, int rounds) argument
714 while (--rounds >= 0)
H A DLongArray.java1323 // private static void deInterleave(long[] x, int xOff, long[] z, int zOff, int count, int rounds)
1327 // z[zOff + i] = deInterleave(x[zOff + i], rounds);
1331 // private static long deInterleave(long x, int rounds)
1333 // while (--rounds >= 0)
1670 private static void interleave2_n(long[] x, int xOff, long[] z, int zOff, int count, int rounds) argument
1674 z[zOff + i] = interleave2_n(x[xOff + i], rounds);
1678 private static long interleave2_n(long x, int rounds) argument
1680 while (rounds > 1)
1682 rounds -= 2;
1688 if (rounds >
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c220 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];
H A Daflatin2.c188 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];
/external/freetype/src/autofit/
H A Daflatin.c262 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];
H A Daflatin2.c189 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];
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc9367 // potentially running up to three rounds in each of the tests. The TestConfig
9489 TestRound rounds[3]; member in struct:net::TestConfig
9708 const TestRound& read_write_round = test_config.rounds[round];
9880 // In between rounds, another request comes in for the same domain.
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h612 int32_t rounds; member in struct:ss_fb
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 564 milliseconds