Searched refs:j12 (Results 1 – 4 of 4) sorted by relevance
| /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 136 j12 = x->input[12]; in chacha_encrypt_bytes() 162 x12 = j12; in chacha_encrypt_bytes() 188 x12 = PLUS(x12,j12); in chacha_encrypt_bytes() 212 j12 = PLUSONE(j12); in chacha_encrypt_bytes() 213 if (!j12) { in chacha_encrypt_bytes() 248 x->input[12] = j12; 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 110 j12 = ctx->input[12]; in chacha20_encrypt_bytes() 137 x12 = j12; in chacha20_encrypt_bytes() 163 x12 = PLUS(x12, j12); in chacha20_encrypt_bytes() 185 j12 = PLUSONE(j12); in chacha20_encrypt_bytes() 187 if (!j12) { in chacha20_encrypt_bytes() 215 ctx->input[12] = j12; in chacha20_encrypt_bytes()
|
| /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 36 j12 = x12 = LOAD32_LE(k + 20); in crypto_core_salsa() 91 STORE32_LE(out + 48, x12 + j12); in crypto_core_salsa()
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | merge-new-release.sh | 48 make -k -j12 -s
|