Searched refs:sshbuf_put_bignum2_bytes (Results 1 - 5 of 5) sorted by relevance

/external/openssh/
H A Dkexc25519.c74 r = sshbuf_put_bignum2_bytes(out, shared_key, CURVE25519_SIZE);
H A Dbufaux.c256 if ((ret = sshbuf_put_bignum2_bytes(buffer, s, l)) != 0)
H A Dsshbuf.h211 int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);
H A Dsshbuf-getput-basic.c400 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) function
H A Dkrl.c540 r = sshbuf_put_bignum2_bytes(buf, blob, len);

Completed in 161 milliseconds