Searched refs:get_u32 (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmsg.c79 msg_len = get_u32(buf);
H A Dmisc.h81 u_int32_t get_u32(const void *)
H A Ddeattack.c71 #define HASH(x) get_u32(x)
H A Dbufaux.c90 *ret = get_u32(buf);
H A Dssh-pkcs11-client.c69 len = get_u32(buf);
H A Dgss-serv.c229 name->length = get_u32(tok+offset);
H A Dssh-pkcs11-helper.c216 msg_len = get_u32(cp);
H A Dpacket.c1149 len = get_u32(cp);
1206 stored_checksum = get_u32(cp);
1262 active_state->packlen = get_u32(cp);
H A Dauthfd.c153 len = get_u32(buf);
H A Dsftp-server.c247 val = get_u32(handle);
1260 msg_len = get_u32(cp);
H A Dmisc.c779 get_u32(const void *vp) function
H A Dmonitor_wrap.c154 msg_len = get_u32(buf);
H A Dssh-agent.c791 msg_len = get_u32(cp);
H A Dmux.c1368 need = get_u32(buffer_ptr(&queue));
H A Dchannels.c1878 need = get_u32(buffer_ptr(&c->input));
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c103 static uint32_t get_u32(struct state *);
213 if (get_u32(s) != s->crc) {
217 if (get_u32(s) != s->stream.total_out) {
272 get_u32(struct state *s) function

Completed in 141 milliseconds