Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c83 if ((r = sshkey_putb(key, keyblob)) != 0) in helper_by_key()
111 if ((r = sshkey_putb(key, helper->keyblobs[helper->nkeyblobs])) != 0) in helper_add_key()
473 if ((r = sshkey_putb(key, keyblob)) != 0) in pkcs11_key_free()
H A Dkexgexs.c160 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_dh_gex_init()
H A Dsshkey.h260 int sshkey_putb(const struct sshkey *, struct sshbuf *);
H A Dkexgen.c338 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init()
H A Dsshd-session.c560 if ((r = sshkey_putb(key, buf)) != 0) in notify_hostkeys()
H A Dssh-pkcs11.c413 if ((r = sshkey_putb(key, keyblob)) != 0) in pkcs11_record_key()
455 if ((r = sshkey_putb(key, keyblob)) != 0) in pkcs11_lookup_key()
H A Dssh_namespace.h918 #define sshkey_putb Fssh_sshkey_putb macro
H A Dsshkey.c894 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb() function
1385 if ((r = sshkey_putb(key, b)) != 0) in sshkey_to_base64()
H A Dclientloop.c2639 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0 || in client_input_hostkeys()
H A Dssh-keygen.c334 if ((r = sshkey_putb(k, b)) != 0) in do_convert_to_ssh2()
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c65 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0); in build_cert()
485 ASSERT_INT_EQ(sshkey_putb(k1, b), 0); in sshkey_tests()
H A Dtest_fuzz.c60 ASSERT_INT_EQ(sshkey_putb(k, buf), 0); in public_fuzz()