Searched defs:add_sainfo_algorithm (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/
H A Dsetup.c70 static void add_sainfo_algorithm(int class, int algorithm, int length) function
148 add_sainfo_algorithm(algclass_ipsec_auth, IPSECDOI_ATTR_AUTH_HMAC_SHA1, 0);
149 add_sainfo_algorithm(algclass_ipsec_auth, IPSECDOI_ATTR_AUTH_HMAC_MD5, 0);
150 add_sainfo_algorithm(algclass_ipsec_enc, IPSECDOI_ESP_AES, 256);
151 add_sainfo_algorithm(algclass_ipsec_enc, IPSECDOI_ESP_AES, 128);
152 add_sainfo_algorithm(algclass_ipsec_enc, IPSECDOI_ESP_3DES, 0);
153 add_sainfo_algorithm(algclass_ipsec_enc, IPSECDOI_ESP_DES, 0);

Completed in 66 milliseconds