Struct:sadb sa
#include trsecapi.h typedef struct sadb_sa { ttUser32Bit sadb_sa_spi ; ttUser8Bit sadb_sa_replay ; ttUser8Bit sadb_sa_state ; ttUser8Bit sadb_sa_auth ; ttUser8Bit sadb_sa_encrypt ; } sadb_sa ;
Members
- sadb_sa_spi
- SPI of this SA
- sadb_sa_replay
- replay size
- sadb_sa_state
- state of this SA,
- SADB_SASTATE_DYING means this SA has reached its soft lifetime.
- SADB_SASTATE_MATURE means in good condition to use
- sadb_sa_auth
- authentication algorithm, see pctAuthAlg for ttPolicyContentInString
- sadb_sa_encrypt
- encryption algorithm, see pctEncryptAlg for ttPolicyContentInString