Lines Matching defs:pass
65 getseed(seed, seedsize, pass)
68 unsigned char *pass;
77 rseed ^= (rseed << 8) | pass[i];
82 seed[i] = (random() & 0xff) ^ pass[i % 8];
112 __gen_dhkeys(public, secret, pass)
115 char *pass;
137 getseed((char *)seed, (int)sizeof (seed), (uchar_t *)pass);
172 char *pass) /* in */
176 if (! pkey || ! skey || ! pass)
180 __gen_dhkeys(pkey, skey, pass);
188 (*dlfp)(pkey, skey, pass); /* void */