Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_prf.c163 UINT result_length; in _nx_crypto_method_self_test_prf() local
183 result_length = sizeof(result_sha1); in _nx_crypto_method_self_test_prf()
193 result_length = sizeof(result_sha256); in _nx_crypto_method_self_test_prf()
203 result_length = sizeof(result_sha384); in _nx_crypto_method_self_test_prf()
213 result_length = sizeof(result_sha512); in _nx_crypto_method_self_test_prf()
253 result_length, in _nx_crypto_method_self_test_prf()
265 if(NX_CRYPTO_MEMCMP(output, result, result_length) != 0) in _nx_crypto_method_self_test_prf()
Dnx_crypto_huge_number.c1421 UINT result_length, divisor_length; /* In number of USHORT words. */ in _nx_crypto_huge_number_modulus() local
1475 result_length = result -> nx_crypto_huge_number_size - 1; in _nx_crypto_huge_number_modulus()
1497 result_length = result -> nx_crypto_huge_number_size - 1; in _nx_crypto_huge_number_modulus()
1500 dividend_msb = result_buffer[result_length] >> (HN_SHIFT >> 1); in _nx_crypto_huge_number_modulus()
1501 shift = result_length - divisor_length; in _nx_crypto_huge_number_modulus()
1505 dividend_msb = result_buffer[result_length]; in _nx_crypto_huge_number_modulus()
1510 dividend_msb = (result_buffer[result_length] << (HN_SHIFT >> 1)) | in _nx_crypto_huge_number_modulus()
1511 (result_buffer[result_length - 1] >> (HN_SHIFT >> 1)); in _nx_crypto_huge_number_modulus()
1525 scale = result_buffer[result_length] / ((HN_UBASE2)divisor_buffer[divisor_length] + 1); in _nx_crypto_huge_number_modulus()
1537 for (index = shift; index < result_length; index++) in _nx_crypto_huge_number_modulus()
[all …]
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_prf.c111 UINT result_length; in _nx_secure_crypto_method_self_test_prf() local
131 result_length = sizeof(result_sha1); in _nx_secure_crypto_method_self_test_prf()
141 result_length = sizeof(result_sha256); in _nx_secure_crypto_method_self_test_prf()
181 result_length, in _nx_secure_crypto_method_self_test_prf()
193 if(NX_SECURE_MEMCMP(output, result, result_length) != 0) in _nx_secure_crypto_method_self_test_prf()