Home
last modified time | relevance | path

Searched refs:key_new (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkey.c52 key_new(int type) in key_new() function
98 Key *k = key_new(type); in key_new_private()
599 Key *k = key_new(KEY_UNSPEC); in key_generate()
621 n = key_new(k->type); in key_from_private()
629 n = key_new(k->type); in key_from_private()
704 key = key_new(type); in key_from_blob()
717 key = key_new(type); in key_from_blob()
732 key = key_new(type); in key_from_blob()
H A Dauthfile.c276 pub = key_new(KEY_RSA1); in key_load_public_rsa1()
447 prv = key_new(KEY_UNSPEC); in key_load_private_pem()
456 prv = key_new(KEY_UNSPEC); in key_load_private_pem()
615 pub = key_new(KEY_UNSPEC); in key_load_public()
H A Dauthfd.c329 key = key_new(KEY_RSA1); in ssh_get_next_identity()
/titanic_41/usr/src/cmd/ssh/include/
H A Dkey.h67 Key *key_new(int);
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c503 public = key_new(KEY_RSA1); in do_fingerprint()
507 public = key_new(KEY_UNSPEC); in do_fingerprint()
618 public = key_new(KEY_RSA1); in do_known_hosts()
622 public = key_new(KEY_UNSPEC); in do_known_hosts()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c199 key = key_new(KEY_RSA1); in auth_rsa_key_allowed()
H A Dauth2-pubkey.c261 found = key_new(key->type); in user_key_allowed2()
H A Dauth1.c228 client_host_key = key_new(KEY_RSA1); in do_authloop()
H A Dauth.c460 found = key_new(key->type); in check_key_in_hostfiles()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c687 file_key = key_new(host_key->type); in check_host_key()
706 Key *ip_key = key_new(host_key->type); in check_host_key()
1071 found = key_new(keytype); in show_key_from_file()
H A Dsshconnect1.c982 server_key = key_new(KEY_RSA1); in ssh_kex()
994 host_key = key_new(KEY_RSA1); in ssh_kex()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c235 key = key_new(KEY_RSA1); in process_authentication_challenge1()
348 key = key_new(KEY_RSA1); in process_remove_identity()
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c303 rsa = key_new(KEY_RSA1); in keygrab_ssh1()