Home
last modified time | relevance | path

Searched refs:POKE_U64 (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c285 POKE_U64(seqbuf, seq); in lws_chachapoly_get_length()
315 POKE_U64(seqbuf, seqnr); in chachapoly_crypt()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h77 #define POKE_U64(p, v) \ macro