Lines Matching refs:sshbuf_put_cstring
775 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
786 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
787 (ret = sshbuf_put_cstring(b, in to_blob_buf()
797 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
806 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
816 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
817 (ret = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in to_blob_buf()
2514 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify_custom()
2536 if ((ret = sshbuf_put_cstring(cert, in sshkey_certify_custom()
2562 if ((ret = sshbuf_put_cstring(cert, k->xmss_name)) || in sshkey_certify_custom()
2575 (ret = sshbuf_put_cstring(cert, k->cert->key_id)) != 0) in sshkey_certify_custom()
2583 if ((ret = sshbuf_put_cstring(principals, in sshkey_certify_custom()
2734 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize_opt()
2787 if ((r = sshbuf_put_cstring(b, in sshkey_private_serialize_opt()
2831 if ((r = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in sshkey_private_serialize_opt()
2846 (r = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in sshkey_private_serialize_opt()
3414 (r = sshbuf_put_cstring(encoded, ciphername)) != 0 || in sshkey_private_to_blob2()
3415 (r = sshbuf_put_cstring(encoded, kdfname)) != 0 || in sshkey_private_to_blob2()
3433 (r = sshbuf_put_cstring(encrypted, comment)) != 0) in sshkey_private_to_blob2()