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

  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 52 num_rounds = {16: {16: 10, 24: 12, 32: 14}, 24: {16: 12, 24: 12, 32: 14}, 32: {16: 14, 24: 14, 32: 14}} variable
221 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 193 FT_Int num_rounds; local
219 num_rounds = 0;
347 rounds[num_rounds++] = best_y;
354 if ( num_flats == 0 && num_rounds == 0 )
367 af_sort_pos( num_rounds, rounds );
379 *blue_shoot = rounds[num_rounds / 2];
381 else if ( num_rounds == 0 )
389 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 189 FT_Int num_rounds; local
215 num_rounds = 0;
340 rounds[num_rounds++] = best_y;
347 if ( num_flats == 0 && num_rounds == 0 )
360 af_sort_pos( num_rounds, rounds );
372 *blue_shoot = rounds[num_rounds / 2];
374 else if ( num_rounds == 0 )
382 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /external/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

Completed in 260 milliseconds