| /freebsd/sys/crypto/chacha20/ |
| H A D | chacha.c | 114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 134 j13 = x->input[13]; in chacha_encrypt_bytes() 160 x13 = j13; in chacha_encrypt_bytes() 186 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 211 j13 = PLUSONE(j13); in chacha_encrypt_bytes() 215 if (!j13) { in chacha_encrypt_bytes() 246 x->input[13] = j13; in chacha_encrypt_bytes()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | chacha_private.h | 94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 114 j13 = x->input[13]; in chacha_encrypt_bytes() 138 x13 = j13; in chacha_encrypt_bytes() 164 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 189 j13 = PLUSONE(j13); in chacha_encrypt_bytes() 215 x->input[13] = j13; in chacha_encrypt_bytes()
|
| /freebsd/contrib/unbound/compat/ |
| H A D | 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 112 j13 = x->input[13]; in chacha_encrypt_bytes() 136 x13 = j13; in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 187 j13 = PLUSONE(j13); in chacha_encrypt_bytes() 213 x->input[13] = j13; in chacha_encrypt_bytes()
|
| /freebsd/crypto/openssh/ |
| H A D | chacha.c | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 112 j13 = x->input[13]; in chacha_encrypt_bytes() 136 x13 = j13; in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 185 j13 = PLUSONE(j13); in chacha_encrypt_bytes() 211 x->input[13] = j13; in chacha_encrypt_bytes()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
| H A D | chacha20_ref.c | 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local 111 j13 = ctx->input[13]; in chacha20_encrypt_bytes() 138 x13 = j13; in chacha20_encrypt_bytes() 164 x13 = PLUS(x13, j13); in chacha20_encrypt_bytes() 188 j13 = PLUSONE(j13); in chacha20_encrypt_bytes() 216 ctx->input[13] = j13; in chacha20_encrypt_bytes()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
| H A D | core_salsa_ref.c | 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local 37 j13 = x13 = LOAD32_LE(k + 24); in crypto_core_salsa() 92 STORE32_LE(out + 52, x13 + j13); in crypto_core_salsa()
|