Searched refs:put_u32 (Results 1 – 11 of 11) sorted by relevance
/external/openssh/ |
D | msg.c | 52 put_u32(buf, mlen + 1); in ssh_msg_send()
|
D | misc.h | 103 void put_u32(void *, u_int32_t)
|
D | ssh-pkcs11-client.c | 56 put_u32(buf, mlen); in send_msg()
|
D | mac.c | 187 put_u32(b, seqno); in mac_compute()
|
D | monitor_wrap.c | 114 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()
|
D | umac.c | 144 #define STORE_UINT32_REVERSED(p,v) put_u32(p,v) 151 #define STORE_UINT32_BIG(p,v) put_u32(p, v)
|
D | authfd.c | 133 put_u32(buf, len); in ssh_request_reply()
|
D | misc.c | 834 put_u32(void *vp, u_int32_t v) in put_u32() function
|
D | sftp-server.c | 341 put_u32(*stringp, handle); in handle_to_string()
|
D | sftp-client.c | 111 put_u32(mlen, sshbuf_len(m)); in send_msg()
|
D | ChangeLog | 6391 use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
|