Searched refs:put_u32 (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dmsg.c52 put_u32(buf, mlen + 1);
H A Dmisc.h103 void put_u32(void *, u_int32_t)
H A Dmac.c185 put_u32(b, seqno);
H A Dssh-pkcs11-client.c56 put_u32(buf, mlen);
H A Dmonitor_wrap.c113 put_u32(buffer_ptr(&log_msg), buffer_len(&log_msg) - 4);
138 put_u32(buf, mlen + 1);
H A Dauthfd.c133 put_u32(buf, len);
H A Dumac.c138 #define STORE_UINT32_REVERSED(p,v) put_u32(p,v)
145 #define STORE_UINT32_BIG(p,v) put_u32(p, v)
H A Dmisc.c838 put_u32(void *vp, u_int32_t v) function
H A Dssh_namespace.h532 #define put_u32 Fssh_put_u32 macro
H A Dsftp-client.c111 put_u32(mlen, sshbuf_len(m));
H A Dsftp-server.c341 put_u32(*stringp, handle);

Completed in 120 milliseconds