Searched refs:j2 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/src/sh/ |
| H A D | j2_mimas_v2.dts | 5 compatible = "jcore,j2-soc"; 19 compatible = "jcore,j2";
|
| /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 32 j2 = x2 = LOAD32_LE(k + 4); in crypto_core_salsa() 81 STORE32_LE(out + 8, x2 + j2); 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 126 j2 = x->input[2]; in chacha_encrypt_bytes() 152 x2 = j2; in chacha_encrypt_bytes() 178 x2 = PLUS(x2,j2); 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 100 j2 = ctx->input[2]; in chacha20_encrypt_bytes() 127 x2 = j2; in chacha20_encrypt_bytes() 153 x2 = PLUS(x2, j2); in chacha20_encrypt_bytes()
|