Lines Matching refs:number
62 int number; /* for ssh1 only */
113 return (c->number);
149 if (c->number == id)
168 if (c == NULL || c->number != SSH_CIPHER_SSH2) {
182 * Parses the name of the cipher. Returns the number of the corresponding
194 return c->number;
219 if (cipher->number == SSH_CIPHER_DES) {
228 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
328 if (c->number == SSH_CIPHER_3DES)
341 switch (c->number) {
365 fatal("%s: bad cipher %d", __func__, c->number);
375 switch (c->number) {
396 fatal("%s: bad cipher %d", __func__, c->number);