API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_ipsec_auth_capability_t Struct Reference

Authentication algorithm capabilities. More...

#include <ipsec_types.h>

Data Fields

uint32_t key_len
 Key length in bytes.
 
uint32_t icv_len
 ICV length in bytes.
 

Detailed Description

Authentication algorithm capabilities.

Examples
odp_ipsecfwd.c.

Definition at line 445 of file api/spec/ipsec_types.h.

Field Documentation

◆ key_len

uint32_t odp_ipsec_auth_capability_t::key_len

Key length in bytes.

Definition at line 447 of file api/spec/ipsec_types.h.

◆ icv_len

uint32_t odp_ipsec_auth_capability_t::icv_len

ICV length in bytes.

Definition at line 450 of file api/spec/ipsec_types.h.


The documentation for this struct was generated from the following file: