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

  /src/common/lib/libc/md/
md4c.c 73 #define S24 13
252 GG (b, c, d, a, x[12], S24); /* 20 */
256 GG (b, c, d, a, x[13], S24); /* 24 */
260 GG (b, c, d, a, x[14], S24); /* 28 */
264 GG (b, c, d, a, x[15], S24); /* 32 */
md5c.c 70 #define S24 20
298 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
302 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
306 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
310 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 211 xmmi R20, R21, R22, R23, R24, S21, S22, S23, S24;
284 S24 = _mm_mul_epu32(R24, FIVE);
431 T15 = S24;
557 T15 = S24;

Completed in 12 milliseconds