Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dxfrm_algorithm_test.py101 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument
115 auth_trunc=(auth_algo,
116 GenerateKey(auth_algo.key_len)) if auth_algo else None,
Dxfrm_tunnel_test.py407 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
430 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
435 self.out_sa.spi, crypt_algo, auth_algo,
440 self.in_sa.spi, crypt_algo, auth_algo,
513 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
515 self.out_sa.spi, crypt_algo, auth_algo, None,
519 self.in_sa.spi, crypt_algo, auth_algo, None, 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)