Home
last modified time | relevance | path

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

/external/openssh/
Dchacha.c33 #define U32TO8_LITTLE(p, v) \ macro
190 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes()
191 U32TO8_LITTLE(c + 4,x1); in chacha_encrypt_bytes()
192 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes()
193 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
194 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes()
195 U32TO8_LITTLE(c + 20,x5); in chacha_encrypt_bytes()
196 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
197 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
198 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
[all …]
/external/openssh/openbsd-compat/
Dchacha_private.h32 #define U32TO8_LITTLE(p, v) \ macro
191 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes()
192 U32TO8_LITTLE(c + 4,x1); in chacha_encrypt_bytes()
193 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes()
194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
195 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes()
196 U32TO8_LITTLE(c + 20,x5); in chacha_encrypt_bytes()
197 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
198 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
199 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
[all …]
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c43 #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(c + 32,x8); in chacha_encrypt_bytes()
[all …]
/external/boringssl/src/crypto/chacha/
Dchacha.c102 #define U32TO8_LITTLE(p, v) \ macro
132 U32TO8_LITTLE(output + 4 * i, x[i]); in chacha_core()
/external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/
Dchacha.c102 #define U32TO8_LITTLE(p, v) \ macro
132 U32TO8_LITTLE(output + 4 * i, x[i]); in chacha_core()