Searched refs:sshbuf_put_stringb (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | krl.c | 608 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate() 681 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate() 695 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate() 738 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob() 751 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob() 763 (r = sshbuf_put_stringb(buf, sect)) != 0) in ssh_krl_to_blob()
|
D | ssh-ecdsa.c | 87 (ret = sshbuf_put_stringb(b, bb)) != 0) in ssh_ecdsa_sign()
|
D | ssh-agent.c | 284 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_request_identities() 363 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_authentication_challenge1() 419 if ((r = sshbuf_put_stringb(e->output, msg)) != 0) in process_sign_request2() 723 (r = sshbuf_put_stringb(e->output, msg)) != 0) in no_identities()
|
D | packet.c | 728 r = sshbuf_put_stringb(m, b); in ssh_packet_get_compress_state() 2381 (r = sshbuf_put_stringb(m, kex->my)) != 0 || in kex_to_blob() 2382 (r = sshbuf_put_stringb(m, kex->peer)) != 0 || in kex_to_blob() 2431 r = sshbuf_put_stringb(m, b); in newkeys_to_blob() 2492 (r = sshbuf_put_stringb(m, state->input)) != 0 || in ssh_packet_get_state() 2493 (r = sshbuf_put_stringb(m, state->output)) != 0) in ssh_packet_get_state() 2757 return sshbuf_put_stringb(ssh->state->outgoing_packet, v); in sshpkt_put_stringb()
|
D | sshbuf.h | 190 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
|
D | sshkey.c | 818 r = sshbuf_put_stringb(b, tmp); in sshkey_puts() 2454 if ((ret = sshbuf_put_stringb(cert, principals)) != 0 || in sshkey_certify() 2457 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0 || in sshkey_certify() 2458 (ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0 || in sshkey_certify() 2564 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize() 2584 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize() 2602 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize() 2621 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize() 3059 (r = sshbuf_put_stringb(encoded, kdf)) != 0 || in sshkey_private_to_blob2()
|
D | sshbuf-getput-basic.c | 370 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb() function
|
D | sftp-server.c | 491 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
|
D | ssh-keygen.c | 1504 (r = sshbuf_put_stringb(c, b)) != 0) in add_string_option()
|