Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_md5.c66 #define FF(a, b, c, d, x, s, ac) { \ macro
448 FF(a, b, c, d, x[ 0], 7, 0xd76aa478UL); in _nx_md5_process_buffer()
449 FF(d, a, b, c, x[ 1], 12, 0xe8c7b756UL); in _nx_md5_process_buffer()
450 FF(c, d, a, b, x[ 2], 17, 0x242070dbUL); in _nx_md5_process_buffer()
451 FF(b, c, d, a, x[ 3], 22, 0xc1bdceeeUL); in _nx_md5_process_buffer()
452 FF(a, b, c, d, x[ 4], 7, 0xf57c0fafUL); in _nx_md5_process_buffer()
453 FF(d, a, b, c, x[ 5], 12, 0x4787c62aUL); in _nx_md5_process_buffer()
454 FF(c, d, a, b, x[ 6], 17, 0xa8304613UL); in _nx_md5_process_buffer()
455 FF(b, c, d, a, x[ 7], 22, 0xfd469501UL); in _nx_md5_process_buffer()
456 FF(a, b, c, d, x[ 8], 7, 0x698098d8UL); in _nx_md5_process_buffer()
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_md5.c67 #define FF(a, b, c, d, x, s, ac) { \ macro
465 FF(a, b, c, d, x[0], 7, 0xd76aa478UL); in _nx_crypto_md5_process_buffer()
466 FF(d, a, b, c, x[1], 12, 0xe8c7b756UL); in _nx_crypto_md5_process_buffer()
467 FF(c, d, a, b, x[2], 17, 0x242070dbUL); in _nx_crypto_md5_process_buffer()
468 FF(b, c, d, a, x[3], 22, 0xc1bdceeeUL); in _nx_crypto_md5_process_buffer()
469 FF(a, b, c, d, x[4], 7, 0xf57c0fafUL); in _nx_crypto_md5_process_buffer()
470 FF(d, a, b, c, x[5], 12, 0x4787c62aUL); in _nx_crypto_md5_process_buffer()
471 FF(c, d, a, b, x[6], 17, 0xa8304613UL); in _nx_crypto_md5_process_buffer()
472 FF(b, c, d, a, x[7], 22, 0xfd469501UL); in _nx_crypto_md5_process_buffer()
473 FF(a, b, c, d, x[8], 7, 0x698098d8UL); in _nx_crypto_md5_process_buffer()
[all …]