Symbol: sshkey_new
crypto/openssh/auth2-pubkeyfile.c
278
if ((found = sshkey_new(want_keytype)) == NULL) {
crypto/openssh/authfile.c
221
if ((k = sshkey_new(KEY_UNSPEC)) == NULL) {
crypto/openssh/authfile.c
410
if ((pub = sshkey_new(KEY_UNSPEC)) == NULL) {
crypto/openssh/hostfile.c
869
if ((lineinfo.key = sshkey_new(KEY_UNSPEC)) == NULL) {
crypto/openssh/ssh-add.c
151
if ((key = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
2206
if ((key = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
2398
if ((key = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
528
if ((key = sshkey_new(ktype)) == NULL)
crypto/openssh/ssh-keygen.c
712
if ((*k = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
719
if ((*k = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
727
if ((*k = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
751
if ((*k = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-keygen.c
902
if ((ret = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/ssh-pkcs11-client.c
267
key = sshkey_new(KEY_UNSPEC);
crypto/openssh/ssh-pkcs11-client.c
348
key = sshkey_new(KEY_UNSPEC);
crypto/openssh/ssh-pkcs11.c
1011
key = sshkey_new(KEY_UNSPEC);
crypto/openssh/ssh-pkcs11.c
1041
key = sshkey_new(KEY_UNSPEC);
crypto/openssh/ssh-pkcs11.c
800
key = sshkey_new(KEY_UNSPEC);
crypto/openssh/ssh-pkcs11.c
896
key = sshkey_new(KEY_UNSPEC);
crypto/openssh/sshkey.c
1411
if ((k = sshkey_new(KEY_UNSPEC)) == NULL)
crypto/openssh/sshkey.c
1512
if ((n = sshkey_new(k->type)) == NULL) {
crypto/openssh/sshkey.c
1929
if ((key = sshkey_new(type)) == NULL) {
crypto/openssh/sshkey.c
2553
if ((k = sshkey_new(type)) == NULL) {
crypto/openssh/sshkey.c
3460
if ((prv = sshkey_new(KEY_UNSPEC)) == NULL) {
crypto/openssh/sshkey.c
3478
if ((prv = sshkey_new(KEY_UNSPEC)) == NULL) {
crypto/openssh/sshkey.c
3491
if ((prv = sshkey_new(KEY_UNSPEC)) == NULL) {
crypto/openssh/sshkey.c
3516
if ((prv = sshkey_new(KEY_UNSPEC)) == NULL ||
crypto/openssh/sshkey.h
202
struct sshkey *sshkey_new(int);
crypto/openssh/sshsig.c
779
if ((key = sshkey_new(KEY_UNSPEC)) == NULL) {