Home
last modified time | relevance | path

Searched refs:sshkey_to_blob (Results 1 – 12 of 12) sorted by relevance

/external/openssh/
Dkexc25519s.c108 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_c25519_init()
Dkexecdhs.c142 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_ecdh_init()
Dkexdhs.c162 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_dh_init()
Dsshkey.h164 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
Dauthfd.c463 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()
Dkexgexs.c191 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_dh_gex_init()
Dkey.c119 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) { in key_to_blob()
Dsshkey.c860 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()
Dssh-agent.c274 if ((r = sshkey_to_blob(id->key, &blob, &blen)) != 0) { in process_request_identities()
Dkrl.c375 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob()
Dsshconnect2.c1810 if ((r = sshkey_to_blob(private, &keyblob, &keylen)) != 0) { in userauth_hostbased()
Dssh-keygen.c316 if ((r = sshkey_to_blob(k, &blob, &len)) != 0) in do_convert_to_ssh2()