Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnxe_secure_dtls_server_psk_add.c75 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint, in _nxe_secure_dtls_server_psk_add() argument
87 …_psk_add(server_ptr, pre_shared_key, psk_length, psk_identity, identity_length, hint, hint_length); in _nxe_secure_dtls_server_psk_add()
96 NX_PARAMETER_NOT_USED(hint); in _nxe_secure_dtls_server_psk_add()
Dnx_secure_dtls_psk_add.c76 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint, in _nx_secure_dtls_psk_add() argument
87 …psk_add(tls_session, pre_shared_key, psk_length, psk_identity, identity_length, hint, hint_length); in _nx_secure_dtls_psk_add()
96 NX_PARAMETER_NOT_USED(hint); in _nx_secure_dtls_psk_add()
Dnxe_secure_dtls_psk_add.c74 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint, in _nxe_secure_dtls_psk_add() argument
92 …sk_add(dtls_session, pre_shared_key, psk_length, psk_identity, identity_length, hint, hint_length); in _nxe_secure_dtls_psk_add()
101 NX_PARAMETER_NOT_USED(hint); in _nxe_secure_dtls_psk_add()
Dnx_secure_dtls_server_psk_add.c75 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint, in _nx_secure_dtls_server_psk_add() argument
94 …add(current_session, pre_shared_key, psk_length, psk_identity, identity_length, hint, hint_length); in _nx_secure_dtls_server_psk_add()
109 NX_PARAMETER_NOT_USED(hint); in _nx_secure_dtls_server_psk_add()
Dnxe_secure_tls_psk_add.c81 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length) in _nxe_secure_tls_psk_add() argument
99 …psk_add(tls_session, pre_shared_key, psk_length, psk_identity, identity_length, hint, hint_length); in _nxe_secure_tls_psk_add()
Dnxe_secure_tls_client_psk_set.c82 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length) in _nxe_secure_tls_client_psk_set() argument
100 …psk_set(tls_session, pre_shared_key, psk_length, psk_identity, identity_length, hint, hint_length); in _nxe_secure_tls_client_psk_set()
Dnx_secure_tls_client_psk_set.c79 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length) in _nx_secure_tls_client_psk_set() argument
100 …ecure_tls_credentials.nx_secure_tls_client_psk.nx_secure_tls_psk_id_hint, hint, hint_length); /* U… in _nx_secure_tls_client_psk_set()
Dnx_secure_tls_psk_add.c82 UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint, in _nx_secure_tls_psk_add() argument
108 …entials.nx_secure_tls_psk_store[current_index].nx_secure_tls_psk_id_hint, hint, hint_length); /* U… in _nx_secure_tls_psk_add()
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_dtls.h305 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
325 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
396 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
420 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
Dnx_secure_dtls_api.h206 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
227 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
Dnx_secure_tls_api.h259 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
262 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
Dnx_secure_tls.h1741 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
1745 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
1835 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
1839 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/src/runtime/
Dbuilder.c129 …tcc_builder_default_alloc(void *alloc_context, iovec_t *b, size_t request, int zero_fill, int hint) in flatcc_builder_default_alloc() argument
144 switch (hint) { in flatcc_builder_default_alloc()