Searched refs:U32TO8_LITTLE (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 36 #define U32TO8_LITTLE(p, v) \
macro 195 U32TO8_LITTLE(c + 0,x0);
in chacha_encrypt_bytes() 196 U32TO8_LITTLE(c + 4,x1);
in chacha_encrypt_bytes() 197 U32TO8_LITTLE(c + 8,x2);
in chacha_encrypt_bytes() 198 U32TO8_LITTLE(c + 12,x3);
in chacha_encrypt_bytes() 199 U32TO8_LITTLE(c + 16,x4);
in chacha_encrypt_bytes() 200 U32TO8_LITTLE(c + 20,x5);
in chacha_encrypt_bytes() 201 U32TO8_LITTLE(c + 24,x6);
in chacha_encrypt_bytes() 202 U32TO8_LITTLE(c + 28,x7);
in chacha_encrypt_bytes() 203 U32TO8_LITTLE( in chacha_encrypt_bytes() [all...] |
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 43 #define U32TO8_LITTLE(p, v) \ macro 199 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes() 200 U32TO8_LITTLE(c + 4,x1); in chacha_encrypt_bytes() 201 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes() 202 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes() 203 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes() 204 U32TO8_LITTLE(c + 20,x5); in chacha_encrypt_bytes() 205 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes() 206 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes() 207 U32TO8_LITTLE( in chacha_encrypt_bytes() [all...] |
/third_party/node/deps/openssl/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 27 # define U32TO8_LITTLE(p, v) do { \ macro 67 U32TO8_LITTLE(output->c + 4 * i, (x[i] + input[i])); in chacha20_core()
|
/third_party/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 27 # define U32TO8_LITTLE(p, v) do { \ macro 67 U32TO8_LITTLE(output->c + 4 * i, (x[i] + input[i])); in chacha20_core()
|
Completed in 3 milliseconds