Lines Matching defs:passwd
83 const char *passwd) /* Password, any length */
85 return(skey_algorithm_table[skey_hash_type].keycrunch(result, seed, passwd));
88 static char *mkSeedPassword(const char *seed, const char *passwd,
93 *buflen = strlen(seed) + strlen(passwd);
98 strcat(buf, passwd);
106 const char *passwd) /* Password, any length */
113 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)
133 const char *passwd) /* Password, any length */
140 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)
160 const char *passwd) /* Password, any length */
167 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)
200 const char *passwd) /* Password, any length */
207 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)