Home
last modified time | relevance | path

Searched refs:S24 (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dmd4.c44 #define S24 13 macro
116 GG (b, c, d, a, x[12], S24); /* 20 */ in _md4_compress()
120 GG (b, c, d, a, x[13], S24); /* 24 */ in _md4_compress()
124 GG (b, c, d, a, x[14], S24); /* 28 */ in _md4_compress()
128 GG (b, c, d, a, x[15], S24); /* 32 */ in _md4_compress()

Completed in 3 milliseconds