| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_tls_process_finished.c | 115 compare_result = (UINT)NX_SECURE_MEMCMP(generated_hash, packet_buffer, hash_size); in _nx_secure_tls_process_finished() 172 …compare_result = (UINT)NX_SECURE_MEMCMP(generated_hash, packet_buffer, NX_SECURE_TLS_FINISHED_HASH… in _nx_secure_tls_process_finished()
|
| D | nx_secure_crypto_method_self_test_3des.c | 159 if (NX_SECURE_MEMCMP(output, secret_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_3des() 184 if (NX_SECURE_MEMCMP(output, plain_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_3des()
|
| D | nx_secure_crypto_method_self_test_des.c | 156 if (NX_SECURE_MEMCMP(output, secret_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_des() 181 if (NX_SECURE_MEMCMP(output, plain_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_des()
|
| D | nx_secure_crypto_method_self_test_hmac_md5.c | 165 if(NX_SECURE_MEMCMP(output, secret_1, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_md5() 235 if(NX_SECURE_MEMCMP(output, secret_1, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_md5()
|
| D | nx_secure_crypto_method_self_test_rsa.c | 505 if (NX_SECURE_MEMCMP(output, secret[i], output_size[i]) != 0) in _nx_secure_crypto_method_self_test_rsa() 552 if (NX_SECURE_MEMCMP(output, plain[i], output_size[i]) != 0) in _nx_secure_crypto_method_self_test_rsa() 636 if (NX_SECURE_MEMCMP(output, plain[i], output_size[i]) != 0) in _nx_secure_crypto_method_self_test_rsa()
|
| D | nx_secure_crypto_method_self_test_hmac_sha.c | 286 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_sha() 356 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_sha()
|
| D | nx_secure_crypto_method_self_test_aes.c | 381 if (NX_SECURE_MEMCMP(output, secret, secret_size) != 0) in _nx_secure_crypto_method_self_test_aes() 405 if (NX_SECURE_MEMCMP(output, plain, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_aes()
|
| D | nx_secure_tls_psk_identity_find.c | 92 …compare_val = (UINT)NX_SECURE_MEMCMP(tls_session -> nx_secure_tls_credentials.nx_secure_tls_psk_st… in _nx_secure_tls_psk_identity_find()
|
| D | nx_secure_crypto_method_self_test_md5.c | 150 if(NX_SECURE_MEMCMP(output, secret_1, sizeof(secret_1)) != 0) in _nx_secure_crypto_method_self_test_md5()
|
| D | nx_secure_tls_psk_find.c | 112 …compare_val = (UINT)NX_SECURE_MEMCMP(tls_credentials -> nx_secure_tls_psk_store[i].nx_secure_tls_p… in _nx_secure_tls_psk_find()
|
| D | nx_secure_dtls_verify_mac.c | 150 compare_result = NX_SECURE_MEMCMP(received_hash, _generated_hash, hash_size); in _nx_secure_dtls_verify_mac()
|
| D | nx_secure_verify_mac.c | 194 compare_result = NX_SECURE_MEMCMP(_received_hash, _generated_hash, hash_size); in _nx_secure_verify_mac()
|
| D | nx_secure_crypto_method_self_test_sha.c | 267 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_sha()
|
| D | nx_secure_crypto_method_self_test_prf.c | 193 if(NX_SECURE_MEMCMP(output, result, result_length) != 0) in _nx_secure_crypto_method_self_test_prf()
|
| D | nx_secure_tls_process_certificate_verify.c | 684 compare_value = NX_SECURE_MEMCMP(&working_ptr[0], _NX_SECURE_OID_SHA256, 19); in _nx_secure_tls_process_certificate_verify() 687 compare_value += NX_SECURE_MEMCMP(&working_ptr[19], handshake_hash, 32); in _nx_secure_tls_process_certificate_verify() 706 compare_value = NX_SECURE_MEMCMP(working_ptr, handshake_hash, 36); in _nx_secure_tls_process_certificate_verify()
|
| D | nx_secure_x509_distinguished_name_compare.c | 291 compare_value = NX_SECURE_MEMCMP(field1, field2, length1); in _nx_secure_x509_distinguished_name_field_compare()
|
| D | nx_secure_x509_crl_revocation_check.c | 197 compare_value = NX_SECURE_MEMCMP(serial_number, certificate -> nx_secure_x509_serial_number, in _nx_secure_x509_crl_revocation_check()
|
| D | nx_secure_tls_process_serverhello.c | 149 …(NX_SECURE_MEMCMP(_nx_secure_tls_hello_retry_request_random, &packet_buffer[length], NX_SECURE_TLS… in _nx_secure_tls_process_serverhello()
|
| D | nx_secure_tls_process_serverhello_extensions.c | 720 …compare_value = NX_SECURE_MEMCMP(&packet_buffer[offset], tls_session -> nx_secure_tls_local_verify… in _nx_secure_tls_proc_serverhello_sec_reneg_extension() 730 …compare_value = NX_SECURE_MEMCMP(&packet_buffer[offset], tls_session -> nx_secure_tls_remote_verif… in _nx_secure_tls_proc_serverhello_sec_reneg_extension()
|
| D | nx_secure_x509_oid_parse.c | 298 …compare_val = NX_SECURE_MEMCMP(oid, _nx_secure_x509_oid_map[i].nx_secure_oid_map_oid, _nx_secure_x… in _nx_secure_x509_oid_parse()
|
| D | nx_secure_x509_crl_verify.c | 303 … compare_result = (UINT)NX_SECURE_MEMCMP(generated_hash, decrypted_hash, decrypted_hash_length); in _nx_secure_x509_crl_verify()
|
| D | nx_secure_x509_certificate_verify.c | 308 … compare_result = (UINT)NX_SECURE_MEMCMP(generated_hash, decrypted_hash, decrypted_hash_length); in _nx_secure_x509_certificate_verify()
|
| D | nx_secure_tls_1_3_client_handshake.c | 289 … if (NX_SECURE_MEMCMP(&(tls_session -> nx_secure_tls_key_material.nx_secure_tls_server_random[24]), in _nx_secure_tls_1_3_client_handshake()
|
| D | nx_secure_tls_process_clienthello_extensions.c | 415 …compare_value = NX_SECURE_MEMCMP(&packet_buffer[offset], tls_session -> nx_secure_tls_remote_verif… in _nx_secure_tls_proc_clienthello_sec_reneg_extension() 1639 …status = (UINT)NX_SECURE_MEMCMP(binder, psk_store[psk_store_index].nx_secure_tls_psk_binder, psk_s… in _nx_secure_tls_process_clienthello_psk_extension()
|
| /NetX-Duo-v6.2.1/nx_secure/inc/ |
| D | nx_secure_x509.h | 113 #ifndef NX_SECURE_MEMCMP 114 #define NX_SECURE_MEMCMP memcmp macro
|