Searched refs:sshkey_putb (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | ssh-pkcs11-client.c | 83 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 D | kexgexs.c | 160 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_dh_gex_init()
|
| H A D | sshkey.h | 260 int sshkey_putb(const struct sshkey *, struct sshbuf *);
|
| H A D | kexgen.c | 338 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init()
|
| H A D | sshd-session.c | 560 if ((r = sshkey_putb(key, buf)) != 0) in notify_hostkeys()
|
| H A D | ssh-pkcs11.c | 413 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 D | ssh_namespace.h | 918 #define sshkey_putb Fssh_sshkey_putb macro
|
| H A D | sshkey.c | 894 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 D | clientloop.c | 2639 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0 || in client_input_hostkeys()
|
| H A D | ssh-keygen.c | 334 if ((r = sshkey_putb(k, b)) != 0) in do_convert_to_ssh2()
|
| /freebsd/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 65 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 D | test_fuzz.c | 60 ASSERT_INT_EQ(sshkey_putb(k, buf), 0); in public_fuzz()
|