Searched refs:NX_SECURE_TLS_INVALID_EPOCH (Results 1 – 5 of 5) sorted by relevance
269 case NX_SECURE_TLS_INVALID_EPOCH: in _nx_secure_tls_map_error_to_alert()
184 return(NX_SECURE_TLS_INVALID_EPOCH); in _nx_secure_dtls_process_header()
127 …if (status == NX_SECURE_TLS_OUT_OF_ORDER_MESSAGE || status == NX_SECURE_TLS_INVALID_EPOCH || statu… in _nx_secure_dtls_process_record()
169 …TLS_ALERT_TEST(NX_SECURE_TLS_INVALID_EPOCH , NX_SECURE_TLS_ALERT_INTERNAL_ERROR, NX_SECUR… in TEST()
265 #define NX_SECURE_TLS_INVALID_EPOCH 0x11E /* A DTLS message was received … macro