Home
last modified time | relevance | path

Searched refs:sshkey_size (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dkey.h49 #define key_size sshkey_size
Dsshkey.h132 u_int sshkey_size(const struct sshkey *);
Dssh-add.c385 sshkey_size(idlist->keys[i]), in list_identities()
Dssh-keygen.c322 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()
Dssh-agent.c448 if (bits != sshkey_size(key)) in process_remove_identity()
451 sshkey_size(key), bits); in process_remove_identity()
Dhostfile.c183 *bitsp = sshkey_size(ret); in hostfile_read_key()
Dsshkey.c269 sshkey_size(const struct sshkey *k) in sshkey_size() function
1130 sshkey_type(k), sshkey_size(k)); in fingerprint_randomart()