Searched refs:PEEK_U32 (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dcipher-chachapoly.c127 *plenp = PEEK_U32(buf);
H A Dcipher-chachapoly-libcrypto.c155 *plenp = PEEK_U32(buf);
H A Dsshkey-xmss.c331 idx = k->xmss_sk ? PEEK_U32(k->xmss_sk) : state->idx;
405 len = PEEK_U32(buf);
457 idx = PEEK_U32(k->xmss_sk);
497 state->idx = PEEK_U32(k->xmss_sk);
549 state->idx = PEEK_U32(k->xmss_sk);
580 idx = PEEK_U32(k->xmss_sk);
735 state->idx = PEEK_U32(k->xmss_sk); /* update */
1086 idx = k->xmss_sk ? PEEK_U32(k->xmss_sk) : state->idx;
H A Dsshbuf-getput-basic.c65 *valp = PEEK_U32(p);
148 *valp = PEEK_U32(p);
250 len = PEEK_U32(p);
H A Dsshbuf.h312 #define PEEK_U32(p) \ macro
H A Dcipher.c410 *plenp = PEEK_U32(cp);
H A Dssh-pkcs11-client.c198 len = PEEK_U32(buf);
H A Dauthfd.c160 len = PEEK_U32(buf);
H A Dauth2.c229 delay = (double)PEEK_U32(hash) / 1000 / 1000 / 1000 / 1000;
H A Dmonitor_wrap.c191 msg_len = PEEK_U32(buf);
H A Dpacket.c1510 state->packlen = PEEK_U32(cp);
1596 state->packlen = PEEK_U32(sshbuf_ptr(state->incoming_packet));
H A Dchannels.c2392 need = PEEK_U32(sshbuf_ptr(c->input));
3205 remote_id = PEEK_U32(cp);
3307 c->remote_id = PEEK_U32(cp);
H A Dmux.c1556 need = PEEK_U32(sshbuf_ptr(queue));
H A Dssh-agent.c1795 msg_len = PEEK_U32(cp);
/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c75 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), (u_int32_t)BN_num_bytes(bn));
99 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), (u_int32_t)BN_num_bytes(bn) + 1);
H A Dtest_sshbuf_misc.c130 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), 0xd00fd00f);
H A Dtest_sshbuf_getput_basic.c46 TEST_START("PEEK_U32");
47 ASSERT_U32_EQ(PEEK_U32(x), 0x11223344);
379 ASSERT_U32_EQ(PEEK_U32(sshbuf_ptr(p1)), sizeof(x));

Completed in 288 milliseconds