Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dchacha_private.h49 #define U32TO8_LITTLE(p, v) \ macro
208 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes()
209 U32TO8_LITTLE(c + 4,x1); in chacha_encrypt_bytes()
210 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes()
211 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
212 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes()
213 U32TO8_LITTLE(c + 20,x5); in chacha_encrypt_bytes()
214 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
215 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
216 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
[all …]