/NetX-Duo-v6.2.1/nx_secure/src/ |
D | nxe_secure_dtls_server_psk_add.c | 75 … 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()
|
D | nx_secure_dtls_psk_add.c | 76 … 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()
|
D | nxe_secure_dtls_psk_add.c | 74 … 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()
|
D | nx_secure_dtls_server_psk_add.c | 75 … 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()
|
D | nxe_secure_tls_psk_add.c | 81 … 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()
|
D | nxe_secure_tls_client_psk_set.c | 82 … 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()
|
D | nx_secure_tls_client_psk_set.c | 79 … 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()
|
D | nx_secure_tls_psk_add.c | 82 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/ |
D | nx_secure_dtls.h | 305 … 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,
|
D | nx_secure_dtls_api.h | 206 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint, 227 … UINT psk_length, UCHAR *psk_identity, UINT identity_length, UCHAR *hint,
|
D | nx_secure_tls_api.h | 259 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length); 262 … UCHAR *psk_identity, UINT identity_length, UCHAR *hint, UINT hint_length);
|
D | nx_secure_tls.h | 1741 … 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/ |
D | builder.c | 129 …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()
|