Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_sha5.c26 const ULONG64 _sha5_round_constants[] = variable
548 temp1 = h + LARGE_SIGMA_1(e) + CH_FUNC(e, f, g) + _sha5_round_constants[t] + w[t]; in _nx_crypto_sha512_process_buffer()