Searched refs:j9 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/unbound/compat/ |
| HD | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 108 j9 = x->input[9]; in chacha_encrypt_bytes() 132 x9 = j9; in chacha_encrypt_bytes() 158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 108 j9 = x->input[9]; in chacha_encrypt_bytes() 132 x9 = j9; in chacha_encrypt_bytes() 158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | chacha.c | 93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 109 j9 = x->input[9]; in chacha_encrypt_bytes() 133 x9 = j9; in chacha_encrypt_bytes() 159 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
|