Searched refs:num_rounds (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes.h59 int num_rounds; member in struct:__anon12806
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h159 int num_rounds; member in struct:eap_sm
H A Deap_server.c151 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++;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h159 int num_rounds; member in struct:eap_sm
H A Deap_server.c151 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++;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h159 int num_rounds; member in struct:eap_sm
H A Deap_server.c151 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++;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h342 int num_rounds; member in struct:eap_sm
H A Deap.c190 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++;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h342 int num_rounds; member in struct:eap_sm
H A Deap.c190 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++;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h342 int num_rounds; member in struct:eap_sm
H A Deap.c190 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++;
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c222 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];
H A Daflatin2.c190 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];
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py44 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/freetype/src/autofit/
H A Daflatin2.c191 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];
H A Daflatin.c265 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];
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c1370 expanded_key->num_rounds = 10;
1422 expanded_key->num_rounds = 14;
1502 int num_rounds = expanded_key->num_rounds; local
1509 for (i=0; i < num_rounds/2; i++) {
1511 v128_copy(&tmp, &expanded_key->round[num_rounds-i]);
1512 v128_copy(&expanded_key->round[num_rounds-i], &expanded_key->round[i]);
1524 for (i=1; i < num_rounds; i++) {
2017 if (exp_key->num_rounds == 10) {
2020 else if (exp_key->num_rounds
[all...]

Completed in 250 milliseconds