Home
last modified time | relevance | path

Searched refs:key_to_blob (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dkey.h83 int key_to_blob(const Key *, u_char **, u_int *);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkexdhs.c100 key_to_blob(server_host_key, &server_host_key_blob, &sbloblen); in kexdh_server()
H A Dkexgexs.c140 key_to_blob(server_host_key, &server_host_key_blob, &sbloblen); in kexgex_server()
H A Dauthfd.c424 if (key_to_blob(key, &blob, &blen) == 0) in ssh_agent_sign()
571 key_to_blob(key, &blob, &blen); in ssh_remove_identity()
H A Dkey.c210 key_to_blob(k, &blob, &len); in key_fingerprint_raw()
514 key_to_blob(key, &blob, &len); in key_write()
749 key_to_blob(const Key *key, u_char **blobp, u_int *lenp) in key_to_blob() function
H A Dkexgsss.c82 key_to_blob(server_host_key, &server_host_key_blob, &sbloblen); in kexgss_server()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c115 if ((prev_blen = key_to_blob(prev_key, in userauth_pubkey()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1062 if (key_to_blob(k, &blob, &bloblen) == 0) { in sign_and_send_pubkey()
1144 if (key_to_blob(k, &blob, &bloblen) == 0) { in send_pubkey_test()
1512 if (key_to_blob(private, &blob, &blen) == 0) { in userauth_hostbased()
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c176 if (key_to_blob(k, &blob, &len) <= 0) { in do_convert_to_ssh2()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c210 key_to_blob(id->key, &blob, &blen); in process_request_identities()