|
DPDK 25.11.3
|
Data Fields | |
| uint64_t | seq_no |
| uint8_t | imp_nonce [RTE_SECURITY_TLS_1_3_IMP_NONCE_LEN] |
| uint32_t | min_payload_len |
TLS 1.3 parameters.
Definition at line 697 of file rte_security.h.
| uint64_t seq_no |
Starting sequence number.
| uint8_t imp_nonce[RTE_SECURITY_TLS_1_3_IMP_NONCE_LEN] |
Implicit nonce to be used for AEAD algos.
| uint32_t min_payload_len |
Minimum payload length (in case of write sessions). For shorter inputs, the payload would be padded appropriately before performing crypto transformations.