Searched refs:sshkey_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkey.h49 #define key_size sshkey_size
H A Dsshkey.h130 u_int sshkey_size(const struct sshkey *);
H A Dssh-add.c386 sshkey_size(idlist->keys[i]),
H A Dssh-agent.c480 if (bits != sshkey_size(key))
483 sshkey_size(key), bits);
H A Dssh-keygen.c319 sshkey_size(k), sshkey_type(k),
791 printf("%u %s %s (PKCS11 key)\n", sshkey_size(keys[i]),
846 printf("%u %s %s (%s)\n", sshkey_size(public), fp,
H A Dhostfile.c183 *bitsp = sshkey_size(ret);
H A Dssh_namespace.h850 #define sshkey_size Fssh_sshkey_size macro
H A Dsshkey.c268 sshkey_size(const struct sshkey *k) function
1103 sshkey_type(k), sshkey_size(k));

Completed in 213 milliseconds