Searched defs:pwlen (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/fips181/
H A Dfips181.cc1273 int pwlen; local
1296 pwlen = gen_word (word, hyphenated_word, base::RandInt(minlen, maxlen),
1298 return (pwlen);
1312 gen_word (char *word, char *hyphenated_word, USHORT pwlen, unsigned int pass_mode) argument
1353 if ( (word_units = (USHORT *) calloc (sizeof (USHORT), pwlen+1))==NULL ||
1354 (syllable_units = (USHORT *) calloc (sizeof (USHORT), pwlen+1))==NULL ||
1355 (new_syllable = (char *) calloc (sizeof (USHORT), pwlen+1)) ==NULL ||
1362 while (word_length < pwlen)
1367 (void) gen_syllable (new_syllable, pwlen - word_length, syllable_units, &syllable_size);
1388 ((word_length + syllable_length == pwlen)
1666 gen_syllable(char *syllable, USHORT pwlen, USHORT *units_in_syllable, USHORT *syllable_length) argument
2095 illegal_placement(USHORT *units, USHORT pwlen) argument
[all...]
/external/qemu/ui/
H A Dvnc-android.c1890 int i, j, pwlen; local
1909 pwlen = strlen(vs->vd->password);
1911 key[i] = i<pwlen ? vs->vd->password[i] : 0;
H A Dvnc.c1883 int i, j, pwlen; local
1902 pwlen = strlen(vs->vd->password);
1904 key[i] = i<pwlen ? vs->vd->password[i] : 0;

Completed in 111 milliseconds