Lines Matching refs:sshbuf_put_cstring

843 		if ((ret = sshbuf_put_cstring(b, typename)) != 0 ||  in to_blob_buf()
855 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
856 (ret = sshbuf_put_cstring(b, in to_blob_buf()
861 if ((ret = sshbuf_put_cstring(b, in to_blob_buf()
871 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
881 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
886 if ((ret = sshbuf_put_cstring(b, in to_blob_buf()
896 if ((ret = sshbuf_put_cstring(b, typename)) != 0 || in to_blob_buf()
897 (ret = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in to_blob_buf()
2934 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify_custom()
2957 if ((ret = sshbuf_put_cstring(cert, in sshkey_certify_custom()
2964 if ((ret = sshbuf_put_cstring(cert, in sshkey_certify_custom()
2983 if ((ret = sshbuf_put_cstring(cert, in sshkey_certify_custom()
2994 if ((ret = sshbuf_put_cstring(cert, k->xmss_name)) || in sshkey_certify_custom()
3007 (ret = sshbuf_put_cstring(cert, k->cert->key_id)) != 0) in sshkey_certify_custom()
3015 if ((ret = sshbuf_put_cstring(principals, in sshkey_certify_custom()
3216 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize_opt()
3269 if ((r = sshbuf_put_cstring(b, in sshkey_private_serialize_opt()
3287 if ((r = sshbuf_put_cstring(b, in sshkey_private_serialize_opt()
3290 (r = sshbuf_put_cstring(b, key->sk_application)) != 0 || in sshkey_private_serialize_opt()
3302 (r = sshbuf_put_cstring(b, key->sk_application)) != 0 || in sshkey_private_serialize_opt()
3332 (r = sshbuf_put_cstring(b, key->sk_application)) != 0 || in sshkey_private_serialize_opt()
3346 (r = sshbuf_put_cstring(b, key->sk_application)) != 0 || in sshkey_private_serialize_opt()
3358 if ((r = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in sshkey_private_serialize_opt()
3373 (r = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in sshkey_private_serialize_opt()
3942 (r = sshbuf_put_cstring(encoded, ciphername)) != 0 || in sshkey_private_to_blob2()
3943 (r = sshbuf_put_cstring(encoded, kdfname)) != 0 || in sshkey_private_to_blob2()
3961 (r = sshbuf_put_cstring(encrypted, comment)) != 0) in sshkey_private_to_blob2()