Home | History | Annotate | Download | only in openssh

Lines Matching defs:linenum

180     const char *filename, u_long linenum)
187 filename, linenum, host, BN_num_bits(key->rsa->n), bits);
189 bits, BN_num_bits(key->rsa->n), filename, linenum);
243 u_long linenum = 0, num_loaded = 0;
253 while (read_keyfile_line(f, path, line, sizeof(line), &linenum) == 0) {
264 __func__, path, linenum);
279 linenum, path);
302 if (!hostfile_check_key(kbits, key, host, path, linenum))
308 key_type(key), path, linenum);
313 hostkeys->entries[hostkeys->num_entries].line = linenum;