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

  /src/sys/external/isc/libsodium/dist/dist-build/
nativeclient-x86.sh 19 make -j3 check && make -j3 install || exit 1
nativeclient-x86_64.sh 19 make -j3 check && make -j3 install || exit 1
nativeclient-pnacl.sh 27 make -j3 check && make -j3 install || exit 1
ios.sh 47 make -j3 install || exit 1
60 make -j3 install || exit 1
78 make -j3 install || exit 1
91 make -j3 install || exit 1
104 make -j3 install || exit 1
android-build.sh 81 make -j3 install && \
  /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
33 j3 = x3 = LOAD32_LE(k + 8);
82 STORE32_LE(out + 12, x3 + j3);
  /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
101 j3 = ctx->input[3];
128 x3 = j3;
154 x3 = PLUS(x3, j3);
  /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
143 j3 = x3 = crypto_le32dec(c + 12);
171 crypto_le32enc(out + 12, x3 + j3);

Completed in 12 milliseconds