Home
last modified time | relevance | path

Searched refs:auth_algo (Results 1 – 3 of 3) sorted by relevance

/kernel/tests/net/test/
Dxfrm_tunnel_test.py429 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
452 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
457 self.out_sa.spi, crypt_algo, auth_algo,
462 self.in_sa.spi, crypt_algo, auth_algo,
536 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
538 self.out_sa.spi, crypt_algo, auth_algo, None,
542 self.in_sa.spi, crypt_algo, auth_algo, None, None,
Dxfrm_algorithm_test.py99 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument
113 auth_trunc=(auth_algo,
114 GenerateKey(auth_algo.key_len)) if auth_algo else None,
Dxfrm_test.py69 auth_algo = (
72 reqId, xfrm_base._ALGO_CBC_AES_256, auth_algo, None,
283 auth_algo = (
287 auth_algo, xfrm_base._ALGO_CBC_AES_256)