Home
last modified time | relevance | path

Searched refs:decrypted_hash (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.c61 const UCHAR *decrypted_hash; 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.c96 const UCHAR *decrypted_hash; in _nx_secure_x509_certificate_verify() local
286 &decrypted_hash, &decrypted_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.c96 const UCHAR *decrypted_hash; in _nx_secure_x509_crl_verify() local
281 &decrypted_hash, &decrypted_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.c134 const UCHAR *decrypted_hash; in _nx_secure_process_server_key_exchange() local
759 decrypted_hash = &decrypted_signature[i + 1]; in _nx_secure_process_server_key_exchange()
767 &decrypted_hash, &decrypted_hash_length); 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.c3888 UCHAR *decrypted_hash; 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()
3969 (memcmp(decrypted_hash, sha_buffer, NX_AZURE_IOT_ADU_AGENT_SHA256_HASH_SIZE))) in nx_azure_iot_adu_agent_rs256_verify()