Home
last modified time | relevance | path

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

/third_party/FreeBSD/crypto/openssh/openbsd-compat/
Dchacha_private.h96 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/
Dchacha.c103 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/
Dsanitytest.c40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator