// // $Copyright$ // // $Name: $ // // $Id: HTR_E_Padding_null.def,v 1.1.1.1 2000/10/31 22:38:51 sekiya Exp $ // #define EALGO_FROM_HOST1 ealgo_null_hmacmd5_012 #define EALGO_TO_HOST1 ealgo_null_hmacmd5_012 #define ESP_FROM_HOST1 esp_from_host1_pad #define ESP_TO_HOST1 esp_to_host1_pad ESPAlgorithm ealgo_null_hmacmd5_012_pad { crypt = null_crypt(4); auth = hmacmd5("0123456789ABCDEF"); pad = sequential(); } Hdr_ESP esp_to_host1_pad { SPI = 0x1000; SequenceNumber = any; // 1; algorithm = ealgo_null_hmacmd5_012_pad; PadLength = 3; } Hdr_ESP esp_from_host1_pad { SPI = 0x1000; SequenceNumber = 1; algorithm = ealgo_null_hmacmd5_012_pad; PadLength = 3; } #define IPSEC_ECHO_DATA echo_data_odd #include "./HTR_E_common.def"