Searched refs:auth_algo (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | IpSecTest.py | 127 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos) 155 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 158 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo, 228 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos) 257 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 260 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo, 322 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos) 346 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 349 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ipsec_test_utils.py | 77 auth_algo, argument 96 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[0], ip_b, 100 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[1], ip_a,
|