OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group IPsec_Config

Declared in module IP_ASP_TypeDefs


Data Types Summary
IPsec_SPI_Type
IPsec_IntegrityAlgorithm_Type
IPsec_CipheringAlgorithm_Type
IPsec_SecurityKeys_Type
IPsec_SecurityAssociation_Type
IPsec_Configure_Type
IPsec_Release_Type
IPsec_SecurityAssociationList_Type
Constants Summary
tsc_IPsec_SPI_Max

Details

IPsec_SPI_Type
type integer IPsec_SPI_Type (0..tsc_IPsec_SPI_Max);

Declared in group IPsec_Config

IPsec_IntegrityAlgorithm_Type
type enumerated IPsec_IntegrityAlgorithm_Type {
hmac_md5_96,
hmac_sha_1_96
  };

Declared in group IPsec_Config

IPsec_CipheringAlgorithm_Type
type enumerated IPsec_CipheringAlgorithm_Type {
des_ede3_cbc,
aes_cbc,
nociph                                      
  };

Declared in group IPsec_Config

IPsec_SecurityKeys_Type
type record IPsec_SecurityKeys_Type {         
bitstring   MD5_96Key       length (128),
bitstring   SHA_1_96Key     length (160),
bitstring   DES_EDE3_CBCKey length (192),
bitstring   AES_CBCKey      length (128)
  }

Declared in group IPsec_Config

IPsec_SecurityAssociation_Type
type record IPsec_SecurityAssociation_Type {  
IPsec_SPI_Type                      SPI,
charstring                          SrcAddress,
charstring                          DestAddress,
UInt16_Type                         SrcPort,
UInt16_Type                         DestPort,
IPsec_IntegrityAlgorithm_Type       IntegrityAlgorithm  optional,    
IPsec_CipheringAlgorithm_Type       CipheringAlgorithm  optional     
  }

Declared in group IPsec_Config

IPsec_Configure_Type
type record IPsec_Configure_Type {    
IPsec_SecurityAssociationList_Type  SA_List,
IPsec_SecurityKeys_Type             SecurityKeys
  }

Declared in group IPsec_Config

IPsec_Release_Type
type record IPsec_Release_Type {      
IPsec_SecurityAssociationList_Type  SA_List
  }

Declared in group IPsec_Config

IPsec_SecurityAssociationList_Type
type record of IPsec_SecurityAssociation_Type IPsec_SecurityAssociationList_Type

Declared in group IPsec_Config

tsc_IPsec_SPI_Max
const integer tsc_IPsec_SPI_Max := 4294967295

Declared in group IPsec_Config