Lines Matching refs:sshbuf_put_stringb
927 r = sshbuf_put_stringb(b, tmp); in sshkey_puts_opts()
3019 if ((ret = sshbuf_put_stringb(cert, principals)) != 0 || in sshkey_certify_custom()
3022 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0 || in sshkey_certify_custom()
3023 (ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0 || in sshkey_certify_custom()
3240 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3263 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3281 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3292 (r = sshbuf_put_stringb(b, key->sk_key_handle)) != 0 || in sshkey_private_serialize_opt()
3293 (r = sshbuf_put_stringb(b, key->sk_reserved)) != 0) in sshkey_private_serialize_opt()
3301 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3304 (r = sshbuf_put_stringb(b, key->sk_key_handle)) != 0 || in sshkey_private_serialize_opt()
3305 (r = sshbuf_put_stringb(b, key->sk_reserved)) != 0) in sshkey_private_serialize_opt()
3322 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3334 (r = sshbuf_put_stringb(b, key->sk_key_handle)) != 0 || in sshkey_private_serialize_opt()
3335 (r = sshbuf_put_stringb(b, key->sk_reserved)) != 0) in sshkey_private_serialize_opt()
3343 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3348 (r = sshbuf_put_stringb(b, key->sk_key_handle)) != 0 || in sshkey_private_serialize_opt()
3349 (r = sshbuf_put_stringb(b, key->sk_reserved)) != 0) in sshkey_private_serialize_opt()
3372 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 || in sshkey_private_serialize_opt()
3944 (r = sshbuf_put_stringb(encoded, kdf)) != 0 || in sshkey_private_to_blob2()