|
DPDK 25.11.3
|
Data Fields | |
| uint16_t | epoch |
| uint64_t | seq_no |
| uint8_t | imp_nonce [RTE_SECURITY_DTLS_1_2_IMP_NONCE_LEN] |
| uint32_t | ar_win_sz |
DTLS 1.2 parameters
Definition at line 711 of file rte_security.h.
| uint16_t epoch |
Epoch value to be used.
| uint64_t seq_no |
6B starting sequence number to be used.
| uint8_t imp_nonce[RTE_SECURITY_DTLS_1_2_IMP_NONCE_LEN] |
Implicit nonce to be used for AEAD algos.
| uint32_t ar_win_sz |
Anti replay window size to enable sequence replay attack handling. Anti replay check is disabled if the window size is 0.