Home
last modified time | relevance | path

Searched refs:remote_certificate (Results 1 – 25 of 123) sorted by relevance

12345

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_remote_certificate_verify.c98 NX_SECURE_X509_CERT *remote_certificate; in _nx_secure_tls_remote_certificate_verify() local
114 status = _nx_secure_x509_remote_endpoint_certificate_get(store, &remote_certificate); in _nx_secure_tls_remote_certificate_verify()
123remote_certificate -> nx_secure_x509_public_cipher_metadata_area = tls_session -> nx_secure_public… in _nx_secure_tls_remote_certificate_verify()
124remote_certificate -> nx_secure_x509_public_cipher_metadata_size = tls_session -> nx_secure_public… in _nx_secure_tls_remote_certificate_verify()
126remote_certificate -> nx_secure_x509_hash_metadata_area = tls_session -> nx_secure_hash_mac_metada… in _nx_secure_tls_remote_certificate_verify()
127remote_certificate -> nx_secure_x509_hash_metadata_size = tls_session -> nx_secure_hash_mac_metada… in _nx_secure_tls_remote_certificate_verify()
139 …status = tls_session -> nx_secure_remote_certificate_verify(store, remote_certificate, current_tim… in _nx_secure_tls_remote_certificate_verify()
150 …tatus = tls_session -> nx_secure_tls_session_certificate_callback(tls_session, remote_certificate); in _nx_secure_tls_remote_certificate_verify()
Dnx_secure_generate_client_key_exchange.c104 NX_SECURE_X509_CERT *remote_certificate; in _nx_secure_generate_client_key_exchange() local
214 &remote_certificate); in _nx_secure_generate_client_key_exchange()
227 …data_size = remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_public_mo… in _nx_secure_generate_client_key_exchange()
261 …(UCHAR *)remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_public_modul… in _nx_secure_generate_client_key_exchange()
262 …(NX_CRYPTO_KEY_SIZE)(remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_… in _nx_secure_generate_client_key_exchange()
284 …(UCHAR *)remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_public_expon… in _nx_secure_generate_client_key_exchange()
285 …(NX_CRYPTO_KEY_SIZE)(remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_… in _nx_secure_generate_client_key_exchange()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_certificate_coverage_test.c32 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
415 …nx_secure_tls_remote_certificate_allocate(&client_tls_session, &remote_certificate, remote_cert_bu… in ntest_1_entry()
419 …nx_secure_tls_remote_certificate_allocate(&client_tls_session, &remote_certificate, remote_cert_bu… in ntest_1_entry()
424 remote_certificate.nx_secure_x509_cert_identifier = 1; in ntest_1_entry()
432 remote_certificate.nx_secure_x509_cert_identifier = 0; in ntest_1_entry()
434 &remote_certificate, NX_TRUE); in ntest_1_entry()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Dnx_secure_echo_server_entry.c13 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
36 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
138 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in server_thread_entry()
Ddemo_tls_test_server.c13 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
36 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
160 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in server_thread_entry()
Dnx_secure_1_0_1_1_echo_server_entry.c13 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
35 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
200 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in server_thread_entry()
Dnx_secure_client_certificate_verify_test_server_entry.c36 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
139 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in server_thread_entry()
Dnx_secure_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
151 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in client_thread_entry()
Dtls_1_3_hello_retry_cookie_test_nx_secure_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
139 …nx_secure_tls_remote_certificate_allocate(tls_session_ptr, &remote_certificate, remote_cert_buffer… in client_tls_setup()
Dnx_secure_client_certificate_verify_test_client_entry.c12 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
153 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in client_thread_entry()
Dnx_secure_echo_client_aes128_gcm_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
172 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in client_thread_entry()
Dtls_1_3_nx_secure_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
140 …nx_secure_tls_remote_certificate_allocate(tls_session_ptr, &remote_certificate, remote_cert_buffer… in client_tls_setup()
Ddemo_tls_test_icmp_server.c11 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
Dnx_secure_ecc_client_cert_test_client_entry.c13 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
76 &remote_certificate, in client_tls_setup()
Dnx_secure_override_tls_1_1_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
215 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in client_thread_entry()
Dtls_1_3_client_certificate_verify_test_nx_secure_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer, local_certificate; variable
140 …nx_secure_tls_remote_certificate_allocate(tls_session_ptr, &remote_certificate, remote_cert_buffer… in client_tls_setup()
Dnx_secure_1_0_1_1_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
213 …nx_secure_tls_remote_certificate_allocate(&tls_session, &remote_certificate, remote_cert_buffer, s… in client_thread_entry()
Dtls_1_3_psk_test_nx_secure_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
141 …nx_secure_tls_remote_certificate_allocate(tls_session_ptr, &remote_certificate, remote_cert_buffer… in client_tls_setup()
Dtls_1_3_client_session_reuse_test_nx_secure_echo_client_entry.c10 NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
139 …nx_secure_tls_remote_certificate_allocate(tls_session_ptr, &remote_certificate, remote_cert_buffer… in client_tls_setup()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_external_server_test.c52 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
143 …ificate_allocate(&(client_ptr -> nx_web_http_client_tls_session), &remote_certificate, remote_cert… in tls_setup_callback()
Dnetx_web_multiple_sessions_timeout_test.c71 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
219 …ificate_allocate(&(client_ptr -> nx_web_http_client_tls_session), &remote_certificate, remote_cert… in tls_setup_callback()
254 …ificate_allocate(&(client_ptr -> nx_web_http_client_tls_session), &remote_certificate, remote_cert… in tls_setup_callback_1()
Dnetx_web_tcpserver_tls_fail_rst_test.c37 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
133 …nx_secure_tls_remote_certificate_allocate(session_ptr, &remote_certificate, remote_cert_buffer, si… in thread_test_entry()
Dnetx_web_secure_connect_fail_test.c66 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
185 …ificate_allocate(&(client_ptr -> nx_web_http_client_tls_session), &remote_certificate, remote_cert… in tls_setup_callback()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/mqtt_test/
Dnetx_mqtt_tls_subscriber_twice_test.c148 NX_SECURE_X509_CERT remote_certificate, remote_issuer, ca_certificate; variable
170 …nx_secure_tls_remote_certificate_allocate(tls_session, &remote_certificate, remote_cert_buffer, si… in tls_setup_method()
Dnetx_mqtt_tls_subscriber_test.c148 NX_SECURE_X509_CERT remote_certificate, remote_issuer, ca_certificate; variable
175 …nx_secure_tls_remote_certificate_allocate(tls_session, &remote_certificate, remote_cert_buffer, si… in tls_setup_method()

12345