Home
last modified time | relevance | path

Searched refs:sshbuf_put_bignum2_bytes (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
HDkexc25519.c79 r = sshbuf_put_bignum2_bytes(out, shared_key, CURVE25519_SIZE); in kexc25519_shared_key_ext()
HDsshbuf.h215 int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);
HDsshbuf-getput-basic.c571 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes() function
HDkrl.c566 r = sshbuf_put_bignum2_bytes(buf, blob, len); in put_bitmap()