Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshbuf_put_string

791 		    (ret = sshbuf_put_string(b,
2407 if ((ret = sshbuf_put_string(cert, nonce, sizeof(nonce))) != 0)
2437 if ((ret = sshbuf_put_string(cert,
2465 (ret = sshbuf_put_string(cert, NULL, 0)) != 0 || /* Reserved */
2466 (ret = sshbuf_put_string(cert, ca_blob, ca_len)) != 0)
2475 if ((ret = sshbuf_put_string(cert, sig_blob, sig_len)) != 0)
2650 if ((r = sshbuf_put_string(b, key->ed25519_pk,
2652 (r = sshbuf_put_string(b, key->ed25519_sk,
2662 (r = sshbuf_put_string(b, key->ed25519_pk,
2664 (r = sshbuf_put_string(b, key->ed25519_sk,
3090 if ((r = sshbuf_put_string(kdf, salt, SALT_LEN)) != 0 ||
3108 (r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0)