Searched refs:j14 (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 138 j14 = x->input[14]; in chacha_encrypt_bytes() 164 x14 = j14; in chacha_encrypt_bytes() 190 x14 = PLUS(x14,j14); in chacha_encrypt_bytes() 219 j14 = PLUSONE(j14); in chacha_encrypt_bytes() 220 if (!j14) { in chacha_encrypt_bytes() 251 x->input[14] = j14; in chacha_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 38 j14 = x14 = LOAD32_LE(k + 28); in crypto_core_salsa() 93 STORE32_LE(out + 56, x14 + j14); in crypto_core_salsa()
|
| /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 112 j14 = ctx->input[14]; in chacha20_encrypt_bytes() 139 x14 = j14; in chacha20_encrypt_bytes() 165 x14 = PLUS(x14, j14); in chacha20_encrypt_bytes()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6qdl-nit6xlite.dtsi | 88 j14-pin1 { 94 j14-pin3 { 100 j14-pins8-9 {
|