Home
last modified time | relevance | path

Searched refs:make_key (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/net/
DIpSecTest.py128 crypt_key = iutils.make_key(cl)
129 auth_key = iutils.make_key(al)
229 crypt_key = iutils.make_key(cl)
230 auth_key = iutils.make_key(al)
323 crypt_key = iutils.make_key(cl)
324 auth_key = iutils.make_key(al)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dipsec_test_utils.py26 def make_key(len_bits): function