Searched refs:auth_algo (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | IpSecTest.py | 117 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos) 145 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 148 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo, 220 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos) 248 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 251 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo, 314 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos) 338 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 341 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | ipsec_test_utils.py | 76 auth_algo, argument 95 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[0], 99 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[1],
|