Home
last modified time | relevance | path

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

/external/openssh/
Dmsg.c52 put_u32(buf, mlen + 1); in ssh_msg_send()
Dmisc.h103 void put_u32(void *, u_int32_t)
Dssh-pkcs11-client.c56 put_u32(buf, mlen); in send_msg()
Dmac.c187 put_u32(b, seqno); in mac_compute()
Dmonitor_wrap.c114 put_u32(buffer_ptr(&log_msg), buffer_len(&log_msg) - 4); in mm_log_handler()
139 put_u32(buf, mlen + 1); in mm_request_send()
Dumac.c144 #define STORE_UINT32_REVERSED(p,v) put_u32(p,v)
151 #define STORE_UINT32_BIG(p,v) put_u32(p, v)
Dauthfd.c133 put_u32(buf, len); in ssh_request_reply()
Dmisc.c834 put_u32(void *vp, u_int32_t v) in put_u32() function
Dsftp-server.c341 put_u32(*stringp, handle); in handle_to_string()
Dsftp-client.c111 put_u32(mlen, sshbuf_len(m)); in send_msg()
DChangeLog6391 use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on