Home
last modified time | relevance | path

Searched refs:sshbuf_put_stringb (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dkrl.c608 (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()
Dssh-ecdsa.c87 (ret = sshbuf_put_stringb(b, bb)) != 0) in ssh_ecdsa_sign()
Dssh-agent.c284 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()
Dpacket.c728 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()
Dsshbuf.h190 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
Dsshkey.c818 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()
Dsshbuf-getput-basic.c370 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb() function
Dsftp-server.c491 if ((r = sshbuf_put_stringb(oqueue, m)) != 0) in send_msg()
Dssh-keygen.c1504 (r = sshbuf_put_stringb(c, b)) != 0) in add_string_option()