Searched refs:j5 (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 22 j5 = x5 = 0x3320646e; in crypto_core_salsa() 27 j5 = x5 = LOAD32_LE(c + 4); in crypto_core_salsa() 84 STORE32_LE(out + 20, x5 + j5); 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 129 j5 = x->input[5]; in chacha_encrypt_bytes() 155 x5 = j5; in chacha_encrypt_bytes() 181 x5 = PLUS(x5,j5); 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 103 j5 = ctx->input[5]; in chacha20_encrypt_bytes() 130 x5 = j5; in chacha20_encrypt_bytes() 156 x5 = PLUS(x5, j5); in chacha20_encrypt_bytes()
|