Searched refs:_nx_secure_dtls_allocate_handshake_packet (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.3.0/nx_secure/src/ |
D | nx_secure_dtls_server_handshake.c | 384 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake() 409 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake() 428 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake() 449 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake() 476 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake() 501 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake() 583 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_server_handshake()
|
D | nx_secure_dtls_client_handshake.c | 436 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_client_handshake() 461 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_client_handshake() 485 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_client_handshake() 557 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_o… in _nx_secure_dtls_client_handshake()
|
D | nx_secure_dtls_allocate_handshake_packet.c | 77 UINT _nx_secure_dtls_allocate_handshake_packet(NX_SECURE_DTLS_SESSION *dtls_session, in _nx_secure_dtls_allocate_handshake_packet() function
|
D | nx_secure_dtls_session_start.c | 141 …status = _nx_secure_dtls_allocate_handshake_packet(dtls_session, tls_session -> nx_secure_tls_pack… in _nx_secure_dtls_session_start()
|
/NetX-Duo-v6.3.0/nx_secure/inc/ |
D | nx_secure_dtls.h | 441 UINT _nx_secure_dtls_allocate_handshake_packet(NX_SECURE_DTLS_SESSION *dtls_session,
|