Searched refs:sshkey_from_blob (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkexc25519c.c92 (r = sshkey_from_blob(server_host_key_blob, sbloblen,
H A Dkexdhc.c114 (r = sshkey_from_blob(server_host_key_blob, sbloblen,
H A Dkexecdhc.c124 (r = sshkey_from_blob(server_host_key_blob, sbloblen,
H A Dkexgexc.c165 (r = sshkey_from_blob(server_host_key_blob, sbloblen,
H A Dssh-keysign.c126 else if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) {
H A Dsshkey.h161 int sshkey_from_blob(const u_char *, size_t, struct sshkey **);
H A Dkey.c100 if ((r = sshkey_from_blob(blob, blen, &ret)) != 0) {
H A Dauthfd.c251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0)
H A Dkrl.c825 if (blen != 0 && (r = sshkey_from_blob(blob, blen, &ca_key)) != 0)
1001 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) {
H A Dssh-agent.c431 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) {
501 if ((r = sshkey_from_blob(blob, blen, &key)) != 0)
502 error("%s: sshkey_from_blob failed: %s",
H A Dserverloop.c1162 (r = sshkey_from_blob(blob, blen, &key)) != 0) {
H A Dssh_namespace.h810 #define sshkey_from_blob Fssh_sshkey_from_blob macro
H A Dclientloop.c2394 if ((r = sshkey_from_blob(blob, len, &key)) != 0) {
H A Dsshkey.c1302 if ((r = sshkey_from_blob(sshbuf_ptr(blob),
2140 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) function
H A Dssh-keygen.c606 else if ((r = sshkey_from_blob(blob, blen, k)) != 0)
/freebsd-10.3-release/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c62 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(buf), sshbuf_len(buf),
68 if (sshkey_from_blob(fuzz_ptr(fuzz), fuzz_len(fuzz), &k1) == 0)
H A Dtest_sshkey.c462 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k3), 0);
532 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k4),

Completed in 203 milliseconds