Searched refs:j10 (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
D | chacha_private.h | 96 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 113 j10 = x->input[10]; in chacha_encrypt_bytes() 137 x10 = j10; in chacha_encrypt_bytes() 163 x10 = PLUS(x10,j10); in chacha_encrypt_bytes()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 120 j10 = x->input[10]; in chacha_encrypt_bytes() 144 x10 = j10; in chacha_encrypt_bytes() 170 x10 = PLUS(x10,j10); in chacha_encrypt_bytes()
|
/third_party/openssl/test/ |
D | sanitytest.c | 40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator
|