Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_x509_pkcs7_decode_coverage_test.c62 UINT decrypted_hash_length; in thread_0_entry() local
75 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
79 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
87 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
91 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
99 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
103 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
111 &decrypted_hash, &decrypted_hash_length); in thread_0_entry()
/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_x509_certificate_verify.c95 UINT decrypted_hash_length; in _nx_secure_x509_certificate_verify() local
286 &decrypted_hash, &decrypted_hash_length); in _nx_secure_x509_certificate_verify()
289 if(status != NX_SECURE_X509_SUCCESS || decrypted_hash_length != hash_length) in _nx_secure_x509_certificate_verify()
302 if (decrypted_hash_length != hash_length) in _nx_secure_x509_certificate_verify()
308 … compare_result = (UINT)NX_SECURE_MEMCMP(generated_hash, decrypted_hash, decrypted_hash_length); in _nx_secure_x509_certificate_verify()
Dnx_secure_x509_crl_verify.c95 UINT decrypted_hash_length; in _nx_secure_x509_crl_verify() local
281 &decrypted_hash, &decrypted_hash_length); in _nx_secure_x509_crl_verify()
284 if(status != NX_SECURE_X509_SUCCESS || decrypted_hash_length != hash_length) in _nx_secure_x509_crl_verify()
297 if (decrypted_hash_length != hash_length) in _nx_secure_x509_crl_verify()
303 … compare_result = (UINT)NX_SECURE_MEMCMP(generated_hash, decrypted_hash, decrypted_hash_length); in _nx_secure_x509_crl_verify()
Dnx_secure_process_server_key_exchange.c133 UINT decrypted_hash_length; in _nx_secure_process_server_key_exchange() local
760 decrypted_hash_length = 36; in _nx_secure_process_server_key_exchange()
767 &decrypted_hash, &decrypted_hash_length); in _nx_secure_process_server_key_exchange()
773 if (decrypted_hash_length != (hash_method -> nx_crypto_ICV_size_in_bits >> 3)) in _nx_secure_process_server_key_exchange()
780 compare_result = (UINT)NX_SECURE_MEMCMP(hash, decrypted_hash, decrypted_hash_length); in _nx_secure_process_server_key_exchange()
/NetX-Duo-v6.4.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c3889 UINT decrypted_hash_length; in nx_azure_iot_adu_agent_rs256_verify() local
3946 (const UCHAR **)&decrypted_hash, &decrypted_hash_length); in nx_azure_iot_adu_agent_rs256_verify()
3968 if ((decrypted_hash_length != NX_AZURE_IOT_ADU_AGENT_SHA256_HASH_SIZE) || in nx_azure_iot_adu_agent_rs256_verify()