Searched refs:sshkey_to_blob (Results 1 – 12 of 12) sorted by relevance
/external/openssh/ |
D | kexc25519s.c | 108 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_c25519_init()
|
D | kexecdhs.c | 142 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_ecdh_init()
|
D | kexdhs.c | 162 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_dh_init()
|
D | sshkey.h | 164 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
|
D | authfd.c | 463 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_agent_sign() 634 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_remove_identity()
|
D | kexgexs.c | 191 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_dh_gex_init()
|
D | key.c | 119 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) { in key_to_blob()
|
D | sshkey.c | 860 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_to_blob() function 2397 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0) in sshkey_certify() 3107 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()
|
D | ssh-agent.c | 274 if ((r = sshkey_to_blob(id->key, &blob, &blen)) != 0) { in process_request_identities()
|
D | krl.c | 375 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob()
|
D | sshconnect2.c | 1810 if ((r = sshkey_to_blob(private, &keyblob, &keylen)) != 0) { in userauth_hostbased()
|
D | ssh-keygen.c | 316 if ((r = sshkey_to_blob(k, &blob, &len)) != 0) in do_convert_to_ssh2()
|