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

  /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
42 j8 = x8 = LOAD32_LE(in + 8);
87 STORE32_LE(out + 32, x8 + j8);
  /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
106 j8 = ctx->input[8];
133 x8 = j8;
159 x8 = PLUS(x8, j8);
  /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
148 j8 = x8 = crypto_le32dec(k + 16);
176 crypto_le32enc(out + 32, x8 + j8);

Completed in 27 milliseconds