HomeSort by: relevance | last modified time | path
    Searched refs:j12 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, local in function:chacha20_encrypt_bytes
110 j12 = ctx->input[12];
137 x12 = j12;
163 x12 = PLUS(x12, j12);
185 j12 = PLUSONE(j12);
187 if (!j12) {
215 ctx->input[12] = j12;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/
core_salsa_ref.c 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, local in function:crypto_core_salsa
36 j12 = x12 = LOAD32_LE(k + 20);
91 STORE32_LE(out + 48, x12 + j12);
  /src/lib/libc/gen/
arc4random.c 137 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; local in function:crypto_core
152 j12 = x12 = crypto_le32dec(in + 0);
180 crypto_le32enc(out + 48, x12 + j12);

Completed in 59 milliseconds