HomeSort by relevance Sort by last modified time
    Searched full:num_rounds (Results 26 - 36 of 36) sorted by null

12

  /external/freetype/src/autofit/
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/dropbear/libtomcrypt/src/ciphers/safer/
saferp.c 212 @param num_rounds The number of rounds desired (0 for default)
216 int saferp_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
233 if (num_rounds != 0 && num_rounds != rounds[(keylen/8)-2]) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 168 sm->num_rounds = 0;
181 sm->num_rounds = 0;
208 sm->num_rounds++;
712 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
721 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
725 sm->num_rounds++;
    [all...]
eap_i.h 332 int num_rounds; member in struct:eap_sm
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 178 sm->num_rounds = 0;
191 sm->num_rounds = 0;
224 sm->num_rounds++;
749 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
758 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
762 sm->num_rounds++;
    [all...]
eap_i.h 327 int num_rounds; member in struct:eap_sm
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c     [all...]
khazad.c     [all...]
des.c     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
changes 119 -- lrw_start was not using num_rounds ...
    [all...]

Completed in 416 milliseconds

12