Home
last modified time | relevance | path

Searched refs:sshbuf_poke_u32 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsshbuf.h194 int sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val);
H A Dsshbuf-getput-basic.c466 sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val) in sshbuf_poke_u32() function