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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 59 int num_rounds; member in struct:__anon17431
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 1502 int num_rounds = expanded_key->num_rounds; local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 44 num_rounds = {16: {16: 10, 24: 12, 32: 14}, 24: {16: 12, 24: 12, 32: 14}, 32: {16: 14, 24: 14, 32: 14}} variable
213 ROUNDS = num_rounds[len(key)][block_size]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 342 int num_rounds; member in struct:eap_sm
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 222 FT_Int num_rounds; local
248 num_rounds = 0;
412 rounds[num_rounds++] = best_y;
417 if ( num_flats == 0 && num_rounds == 0 )
430 af_sort_pos( num_rounds, rounds );
442 *blue_shoot = rounds[num_rounds / 2];
444 else if ( num_rounds == 0 )
452 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 190 FT_Int num_rounds; local
216 num_rounds = 0;
344 rounds[num_rounds++] = best_y;
349 if ( num_flats == 0 && num_rounds == 0 )
362 af_sort_pos( num_rounds, rounds );
374 *blue_shoot = rounds[num_rounds / 2];
376 else if ( num_rounds == 0 )
384 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 159 int num_rounds; member in struct:eap_sm
  /external/freetype/src/autofit/
aflatin.c 265 FT_Int num_rounds; local
340 num_rounds = 0;
724 rounds[num_rounds++] = best_y;
729 if ( num_flats == 0 && num_rounds == 0 )
742 af_sort_pos( num_rounds, rounds );
754 *blue_shoot = rounds[num_rounds / 2];
756 else if ( num_rounds == 0 )
764 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 191 FT_Int num_rounds; local
217 num_rounds = 0;
345 rounds[num_rounds++] = best_y;
350 if ( num_flats == 0 && num_rounds == 0 )
363 af_sort_pos( num_rounds, rounds );
375 *blue_shoot = rounds[num_rounds / 2];
377 else if ( num_rounds == 0 )
385 *blue_shoot = rounds[num_rounds / 2];
    [all...]

Completed in 2377 milliseconds