Searched refs:sshbuf_put_bignum2_bytes (Results 1 – 4 of 4) sorted by relevance
79 r = sshbuf_put_bignum2_bytes(out, shared_key, CURVE25519_SIZE); in kexc25519_shared_key_ext()
215 int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);
571 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes() function
566 r = sshbuf_put_bignum2_bytes(buf, blob, len); in put_bitmap()