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

12

  /external/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/wpa_supplicant/
eap.c 139 sm->num_rounds = 0;
151 sm->num_rounds = 0;
179 sm->num_rounds++;
537 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
546 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
550 sm->num_rounds++;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 169 sm->num_rounds = 0;
182 sm->num_rounds = 0;
209 sm->num_rounds++;
721 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
730 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
734 sm->num_rounds++;
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 119 @param num_rounds The number of rounds desired (0 for default)
123 int SETUP(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
137 if (num_rounds != 0 && num_rounds != (10 + ((keylen/8)-2)*2)) {
  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 304 @param num_rounds The number of rounds desired (0 for default)
308 int blowfish_setup(const unsigned char *key, int keylen, int num_rounds,
323 if (num_rounds != 0 && num_rounds != 16) {
kseed.c 198 @param num_rounds The number of rounds desired (0 for default)
202 int kseed_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
211 if (num_rounds != 16 && num_rounds != 0) {
anubis.c     [all...]
khazad.c     [all...]
des.c     [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/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 285 milliseconds

12