Searched refs:sshkey_size (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | key.h | 49 #define key_size sshkey_size
|
D | sshkey.h | 132 u_int sshkey_size(const struct sshkey *);
|
D | ssh-add.c | 385 sshkey_size(idlist->keys[i]), in list_identities()
|
D | ssh-keygen.c | 322 sshkey_size(k), sshkey_type(k), in do_convert_to_ssh2() 806 printf("%u %s %s (PKCS11 key)\n", sshkey_size(keys[i]), in do_download() 854 printf("%u %s %s (%s)\n", sshkey_size(public), fp, comment, in do_fingerprint() 925 printf("%u %s %s (%s)\n", sshkey_size(public), fp, in do_fingerprint()
|
D | ssh-agent.c | 448 if (bits != sshkey_size(key)) in process_remove_identity() 451 sshkey_size(key), bits); in process_remove_identity()
|
D | hostfile.c | 183 *bitsp = sshkey_size(ret); in hostfile_read_key()
|
D | sshkey.c | 269 sshkey_size(const struct sshkey *k) in sshkey_size() function 1130 sshkey_type(k), sshkey_size(k)); in fingerprint_randomart()
|