Lines Matching refs:sshbuf_put_cstring
831 if ((r = sshbuf_put_cstring(b, key->sk_application)) != 0)
864 if ((ret = sshbuf_put_cstring(b, typename)) != 0)
2282 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0)
2298 (ret = sshbuf_put_cstring(cert, k->cert->key_id)) != 0)
2306 if ((ret = sshbuf_put_cstring(principals,
2497 if ((r = sshbuf_put_cstring(b, key->sk_application)) != 0 ||
2521 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0)
2860 (r = sshbuf_put_cstring(encoded, ciphername)) != 0 ||
2861 (r = sshbuf_put_cstring(encoded, kdfname)) != 0 ||
2879 (r = sshbuf_put_cstring(encrypted, comment)) != 0)