HomeSort by relevance Sort by last modified time
    Searched refs:auth_algo (Results 1 - 5 of 5) sorted by null

  /external/scapy/scapy/layers/
ipsec.py 91 # Padding len can only be known with the SecurityAssociation.auth_algo
760 auth_algo=None, auth_key=None, tunnel_header=None, nat_t_header=None):
768 @param auth_algo: the integrity algorithm name
804 if auth_algo:
805 if auth_algo not in AUTH_ALGOS:
807 (auth_algo, list(AUTH_ALGOS)))
808 self.auth_algo = AUTH_ALGOS[auth_algo]
811 self.auth_algo = AUTH_ALGOS['NULL']
    [all...]
  /external/scapy/test/
ipsec.uts 24 auth_algo='NULL', auth_key=None)
55 auth_algo='NULL', auth_key=None)
107 auth_algo='NULL', auth_key=None)
159 auth_algo='NULL', auth_key=None)
211 auth_algo='NULL', auth_key=None)
262 auth_algo='NULL', auth_key=None)
313 auth_algo='NULL', auth_key=None)
368 auth_algo='NULL', auth_key=None,
401 auth_algo='NULL', auth_key=None,
436 auth_algo='NULL', auth_key=None
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
ipsec_test_utils.py 76 auth_algo,
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],
  /tools/test/connectivity/acts/tests/google/net/
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,
230 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos)
258 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo,
261 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
324 cl, auth_algo, al, trunc_bits = random.choice(self.crypt_auth_combos)
348 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo,
351 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
  /kernel/tests/net/test/
xfrm_test.py 64 auth_algo = (
67 reqId, xfrm_base._ALGO_CBC_AES_256, auth_algo, None,
262 auth_algo = (
265 xfrm.XFRM_MODE_TRANSPORT, 4, True, net_test.UDP_PAYLOAD, auth_algo,
    [all...]

Completed in 236 milliseconds