Home
last modified time | relevance | path

Searched refs:PEEK_U64 (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshbuf-getput-basic.c56 *valp = PEEK_U64(p); in sshbuf_get_u64()
137 *valp = PEEK_U64(p); in sshbuf_peek_u64()
Dsshbuf.h311 #define PEEK_U64(p) \ macro
Dsshd.c1456 options.timing_secret = PEEK_U64(hash);
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h55 #define PEEK_U64(p) \ macro
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_basic.c48 ASSERT_U64_EQ(PEEK_U64(x), 0x1122334455667788ULL); in sshbuf_getput_basic_tests()