Searched refs:j8 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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 42 j8 = x8 = LOAD32_LE(in + 8); in crypto_core_salsa() 87 STORE32_LE(out + 32, x8 + j8); in crypto_core_salsa()
|
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | chacha.c | 117 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 132 j8 = x->input[8]; in chacha_encrypt_bytes() 158 x8 = j8; in chacha_encrypt_bytes() 184 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
|
| /f-stack/freebsd/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 106 j8 = ctx->input[8]; in chacha20_encrypt_bytes() 133 x8 = j8; in chacha20_encrypt_bytes() 159 x8 = PLUS(x8, j8); in chacha20_encrypt_bytes()
|