Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_tls_remote_certificate_verify.c99 NX_SECURE_X509_CERT *remote_certificate; in _nx_secure_tls_remote_certificate_verify() local
115 status = _nx_secure_x509_remote_endpoint_certificate_get(store, &remote_certificate); in _nx_secure_tls_remote_certificate_verify()
124remote_certificate -> nx_secure_x509_public_cipher_metadata_area = tls_session -> nx_secure_public… in _nx_secure_tls_remote_certificate_verify()
125remote_certificate -> nx_secure_x509_public_cipher_metadata_size = tls_session -> nx_secure_public… in _nx_secure_tls_remote_certificate_verify()
127remote_certificate -> nx_secure_x509_hash_metadata_area = tls_session -> nx_secure_hash_mac_metada… in _nx_secure_tls_remote_certificate_verify()
128remote_certificate -> nx_secure_x509_hash_metadata_size = tls_session -> nx_secure_hash_mac_metada… in _nx_secure_tls_remote_certificate_verify()
140 …status = tls_session -> nx_secure_remote_certificate_verify(store, remote_certificate, current_tim… in _nx_secure_tls_remote_certificate_verify()
151 …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.c105 NX_SECURE_X509_CERT *remote_certificate; in _nx_secure_generate_client_key_exchange() local
215 &remote_certificate); in _nx_secure_generate_client_key_exchange()
228 …data_size = remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_public_mo… in _nx_secure_generate_client_key_exchange()
262 …(UCHAR *)remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_public_modul… in _nx_secure_generate_client_key_exchange()
263 …(NX_CRYPTO_KEY_SIZE)(remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_… in _nx_secure_generate_client_key_exchange()
285 …(UCHAR *)remote_certificate -> nx_secure_x509_public_key.rsa_public_key.nx_secure_rsa_public_expon… in _nx_secure_generate_client_key_exchange()
286 …(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.3.0/samples/
Ddemo_netxduo_https.c351 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable
513 …nx_secure_tls_remote_certificate_allocate(tls_session, &remote_certificate, remote_cert_buffer, si… in tls_setup_callback()
Ddemo_netx_secure_tls.c350 static NX_SECURE_X509_CERT remote_certificate, remote_issuer; variable