Home | History | Annotate | Download | only in libskey

Lines Matching refs:seed

77  * concatenate the (lower cased) seed and the password, run through
82 const char *seed, /* Seed, 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);
96 strcpy(buf, seed);
105 const char *seed, /* Seed, any length */
113 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)
132 const char *seed, /* Seed, any length */
140 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)
159 const char *seed, /* Seed, any length */
167 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)
199 const char *seed, /* Seed, any length */
207 if ((buf = mkSeedPassword(seed, passwd, &buflen)) == NULL)