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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 59 int num_rounds; member in struct:__anon17431
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 159 int num_rounds; member in struct:eap_sm
eap_server.c 151 sm->num_rounds = 0;
197 sm->num_rounds = 0;
265 sm->num_rounds++;
657 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
658 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
662 sm->num_rounds++;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 342 int num_rounds; member in struct:eap_sm
eap.c 190 sm->num_rounds = 0;
204 sm->num_rounds = 0;
237 sm->num_rounds++;
788 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
797 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
801 sm->num_rounds++;
    [all...]
  /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/freetype/src/autofit/
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...]
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...]
  /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]

Completed in 231 milliseconds