Home
last modified time | relevance | path

Searched refs:common_name (Results 1 – 19 of 19) sorted by relevance

/NetX-Duo-v6.4.1/nx_secure/src/
Dnxe_secure_dtls_server_trusted_certificate_remove.c71 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_server_trusted_certificate_remove() argument
76 if(server_ptr == NX_NULL || common_name == NX_NULL || common_name_length == NX_NULL) in _nxe_secure_dtls_server_trusted_certificate_remove()
82 …status = _nx_secure_dtls_server_trusted_certificate_remove(server_ptr, common_name, common_name_le… in _nxe_secure_dtls_server_trusted_certificate_remove()
87 NX_PARAMETER_NOT_USED(common_name); in _nxe_secure_dtls_server_trusted_certificate_remove()
Dnxe_secure_tls_local_certificate_remove.c78 UCHAR *common_name, UINT common_name_length) in _nxe_secure_tls_local_certificate_remove() argument
82 if ((tls_session == NX_NULL) || (common_name == NX_NULL) || (common_name_length == 0)) in _nxe_secure_tls_local_certificate_remove()
96 status = _nx_secure_tls_local_certificate_remove(tls_session, common_name, common_name_length); in _nxe_secure_tls_local_certificate_remove()
Dnxe_secure_tls_trusted_certificate_remove.c78 UCHAR *common_name, UINT common_name_length) in _nxe_secure_tls_trusted_certificate_remove() argument
87 if ((common_name == NX_NULL) || (common_name_length == 0)) in _nxe_secure_tls_trusted_certificate_remove()
101 … status = _nx_secure_tls_trusted_certificate_remove(tls_session, common_name, common_name_length); in _nxe_secure_tls_trusted_certificate_remove()
Dnxe_secure_dtls_server_local_certificate_remove.c71 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_server_local_certificate_remove() argument
82 …status = _nx_secure_dtls_server_local_certificate_remove(server_ptr, common_name, common_name_leng… in _nxe_secure_dtls_server_local_certificate_remove()
87 NX_PARAMETER_NOT_USED(common_name); in _nxe_secure_dtls_server_local_certificate_remove()
Dnxe_secure_tls_local_certificate_find.c78 NX_SECURE_X509_CERT **certificate, UCHAR *common_name, in _nxe_secure_tls_local_certificate_find() argument
83 if ((tls_session == NX_NULL) || (certificate == NX_NULL) || (common_name == NX_NULL)) in _nxe_secure_tls_local_certificate_find()
97 …status = _nx_secure_tls_local_certificate_find(tls_session, certificate, common_name, name_length); in _nxe_secure_tls_local_certificate_find()
Dnxe_secure_dtls_session_local_certificate_remove.c71 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_session_local_certificate_remove() argument
89 …status = _nx_secure_dtls_session_local_certificate_remove(dtls_session, common_name, common_name_l… in _nxe_secure_dtls_session_local_certificate_remove()
94 NX_PARAMETER_NOT_USED(common_name); in _nxe_secure_dtls_session_local_certificate_remove()
Dnxe_secure_dtls_session_trusted_certificate_remove.c71 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_session_trusted_certificate_remove() argument
88 …status = _nx_secure_dtls_session_trusted_certificate_remove(dtls_session, common_name, common_name… in _nxe_secure_dtls_session_trusted_certificate_remove()
93 NX_PARAMETER_NOT_USED(common_name); in _nxe_secure_dtls_session_trusted_certificate_remove()
Dnx_secure_tls_trusted_certificate_remove.c80 UCHAR *common_name, UINT common_name_length) in _nx_secure_tls_trusted_certificate_remove() argument
92 name.nx_secure_x509_common_name = common_name; in _nx_secure_tls_trusted_certificate_remove()
111 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_tls_trusted_certificate_remove()
Dnx_secure_dtls_session_local_certificate_remove.c77 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_session_local_certificate_remove() argument
95 … status = _nx_secure_tls_local_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_session_local_certificate_remove()
101 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_dtls_session_local_certificate_remove()
Dnx_secure_dtls_session_trusted_certificate_remove.c76 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_session_trusted_certificate_remove() argument
94 … status = _nx_secure_tls_trusted_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_session_trusted_certificate_remove()
100 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_dtls_session_trusted_certificate_remove()
Dnx_secure_tls_local_certificate_remove.c79 UINT _nx_secure_tls_local_certificate_remove(NX_SECURE_TLS_SESSION *tls_session, UCHAR *common_name, in _nx_secure_tls_local_certificate_remove() argument
92 name.nx_secure_x509_common_name = common_name; in _nx_secure_tls_local_certificate_remove()
110 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_tls_local_certificate_remove()
Dnx_secure_x509_common_name_dns_check.c93 const UCHAR *common_name; in _nx_secure_x509_common_name_dns_check() local
98 common_name = certificate -> nx_secure_x509_distinguished_name.nx_secure_x509_common_name; in _nx_secure_x509_common_name_dns_check()
102 …compare_value = _nx_secure_x509_wildcard_compare(dns_tld, dns_tld_length, common_name, common_name… in _nx_secure_x509_common_name_dns_check()
Dnx_secure_tls_local_certificate_find.c82 NX_SECURE_X509_CERT **certificate, UCHAR *common_name, in _nx_secure_tls_local_certificate_find() argument
101 name.nx_secure_x509_common_name = common_name; in _nx_secure_tls_local_certificate_find()
118 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_tls_local_certificate_find()
Dnx_secure_dtls_server_local_certificate_remove.c80 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_server_local_certificate_remove() argument
110 … status = _nx_secure_tls_local_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_server_local_certificate_remove()
138 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_dtls_server_local_certificate_remove()
Dnx_secure_dtls_server_trusted_certificate_remove.c80 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_server_trusted_certificate_remove() argument
112 … status = _nx_secure_tls_trusted_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_server_trusted_certificate_remove()
141 NX_PARAMETER_NOT_USED(common_name); in _nx_secure_dtls_server_trusted_certificate_remove()
/NetX-Duo-v6.4.1/nx_secure/inc/
Dnx_secure_dtls.h287 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
301 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
318 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
322 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
376 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
392 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
413 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
417 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
Dnx_secure_dtls_api.h186 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
202 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
220 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
224 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
Dnx_secure_tls_api.h186 NX_SECURE_X509_CERT **certificate, UCHAR *common_name,
188 UINT nx_secure_tls_local_certificate_remove(NX_SECURE_TLS_SESSION *tls_session, UCHAR *common_name,
252 …NT nx_secure_tls_trusted_certificate_remove(NX_SECURE_TLS_SESSION *tls_session, UCHAR *common_name,
Dnx_secure_tls.h1671 … NX_SECURE_X509_CERT **certificate, UCHAR *common_name, UINT name_length);
1673 UCHAR *common_name, UINT common_name_length);
1744 UCHAR *common_name, UINT common_name_length);
1771 NX_SECURE_X509_CERT **certificate, UCHAR *common_name,
1774 UCHAR *common_name, UINT common_name_length);
1838 UCHAR *common_name, UINT common_name_length);