Home
last modified time | relevance | path

Searched refs:common_name_length (Results 1 – 16 of 16) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnxe_secure_dtls_server_trusted_certificate_remove.c72 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_server_trusted_certificate_remove() argument
77 if(server_ptr == NX_NULL || common_name == NX_NULL || common_name_length == NX_NULL) in _nxe_secure_dtls_server_trusted_certificate_remove()
83 …ecure_dtls_server_trusted_certificate_remove(server_ptr, common_name, common_name_length, cert_id); in _nxe_secure_dtls_server_trusted_certificate_remove()
89 NX_PARAMETER_NOT_USED(common_name_length); in _nxe_secure_dtls_server_trusted_certificate_remove()
Dnxe_secure_tls_local_certificate_remove.c79 UCHAR *common_name, UINT common_name_length) in _nxe_secure_tls_local_certificate_remove() argument
83 if ((tls_session == NX_NULL) || (common_name == NX_NULL) || (common_name_length == 0)) in _nxe_secure_tls_local_certificate_remove()
97 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.c79 UCHAR *common_name, UINT common_name_length) in _nxe_secure_tls_trusted_certificate_remove() argument
88 if ((common_name == NX_NULL) || (common_name_length == 0)) in _nxe_secure_tls_trusted_certificate_remove()
102 … 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.c72 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_server_local_certificate_remove() argument
83 …_secure_dtls_server_local_certificate_remove(server_ptr, common_name, common_name_length, cert_id); in _nxe_secure_dtls_server_local_certificate_remove()
89 NX_PARAMETER_NOT_USED(common_name_length); in _nxe_secure_dtls_server_local_certificate_remove()
Dnxe_secure_dtls_session_local_certificate_remove.c72 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_session_local_certificate_remove() argument
90 …cure_dtls_session_local_certificate_remove(dtls_session, common_name, common_name_length, cert_id); in _nxe_secure_dtls_session_local_certificate_remove()
96 NX_PARAMETER_NOT_USED(common_name_length); in _nxe_secure_dtls_session_local_certificate_remove()
Dnxe_secure_dtls_session_trusted_certificate_remove.c72 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nxe_secure_dtls_session_trusted_certificate_remove() argument
89 …re_dtls_session_trusted_certificate_remove(dtls_session, common_name, common_name_length, cert_id); in _nxe_secure_dtls_session_trusted_certificate_remove()
95 NX_PARAMETER_NOT_USED(common_name_length); in _nxe_secure_dtls_session_trusted_certificate_remove()
Dnx_secure_dtls_session_local_certificate_remove.c78 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_session_local_certificate_remove() argument
96 … status = _nx_secure_tls_local_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_session_local_certificate_remove()
103 NX_PARAMETER_NOT_USED(common_name_length); in _nx_secure_dtls_session_local_certificate_remove()
Dnx_secure_tls_trusted_certificate_remove.c81 UCHAR *common_name, UINT common_name_length) in _nx_secure_tls_trusted_certificate_remove() argument
92 name.nx_secure_x509_common_name_length = (USHORT)common_name_length; in _nx_secure_tls_trusted_certificate_remove()
113 NX_PARAMETER_NOT_USED(common_name_length); in _nx_secure_tls_trusted_certificate_remove()
Dnx_secure_dtls_session_trusted_certificate_remove.c77 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_session_trusted_certificate_remove() argument
95 … status = _nx_secure_tls_trusted_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_session_trusted_certificate_remove()
102 NX_PARAMETER_NOT_USED(common_name_length); in _nx_secure_dtls_session_trusted_certificate_remove()
Dnx_secure_tls_local_certificate_remove.c81 UINT common_name_length) in _nx_secure_tls_local_certificate_remove() argument
94 name.nx_secure_x509_common_name_length = (USHORT)common_name_length; in _nx_secure_tls_local_certificate_remove()
112 NX_PARAMETER_NOT_USED(common_name_length); in _nx_secure_tls_local_certificate_remove()
Dnx_secure_dtls_server_local_certificate_remove.c81 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_server_local_certificate_remove() argument
111 … status = _nx_secure_tls_local_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_server_local_certificate_remove()
140 NX_PARAMETER_NOT_USED(common_name_length); in _nx_secure_dtls_server_local_certificate_remove()
Dnx_secure_dtls_server_trusted_certificate_remove.c81 … UCHAR *common_name, UINT common_name_length, UINT cert_id) in _nx_secure_dtls_server_trusted_certificate_remove() argument
113 … status = _nx_secure_tls_trusted_certificate_remove(tls_session, common_name, common_name_length); in _nx_secure_dtls_server_trusted_certificate_remove()
143 NX_PARAMETER_NOT_USED(common_name_length); in _nx_secure_dtls_server_trusted_certificate_remove()
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_dtls.h288 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
302 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
319 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
323 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
377 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
393 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
414 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
418 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
Dnx_secure_dtls_api.h187 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
203 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
221 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
225 … UCHAR *common_name, UINT common_name_length, UINT cert_id);
Dnx_secure_tls_api.h190 UINT common_name_length);
254 UINT common_name_length);
Dnx_secure_tls.h1665 UCHAR *common_name, UINT common_name_length);
1736 UCHAR *common_name, UINT common_name_length);
1766 UCHAR *common_name, UINT common_name_length);
1830 UCHAR *common_name, UINT common_name_length);