Searched refs:sshkey_to_blob (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkexecdhs.c142 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob,
H A Dkexc25519s.c108 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob,
H A Dsshkey.h164 int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
H A Dkexgexs.c191 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob,
H A Dkexdhs.c162 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob,
H A Dauthfd.c463 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0)
634 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0)
H A Dkey.c119 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) {
H A Dssh_namespace.h854 #define sshkey_to_blob Fssh_sshkey_to_blob macro
H A Dkrl.c376 r = sshkey_to_blob(kcopy, blob, blen);
H A Dssh-agent.c287 if ((r = sshkey_to_blob(id->key, &blob, &blen)) != 0) {
288 error("%s: sshkey_to_blob: %s", __func__,
H A Dsshkey.c858 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) function
2389 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0)
3093 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 ||
H A Dsshconnect2.c1761 if ((r = sshkey_to_blob(private, &keyblob, &keylen)) != 0) {
1762 error("%s: sshkey_to_blob: %s", __func__, ssh_err(r));
H A Dssh-keygen.c314 if ((r = sshkey_to_blob(k, &blob, &len)) != 0)

Completed in 262 milliseconds