Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dxfrm_tunnel_test.py398 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
421 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
426 self.out_sa.spi, crypt_algo, auth_algo,
431 self.in_sa.spi, crypt_algo, auth_algo,
505 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument
507 self.out_sa.spi, crypt_algo, auth_algo, None,
511 self.in_sa.spi, crypt_algo, auth_algo, None, None,
Dxfrm_algorithm_test.py100 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument
112 encryption=(crypt_algo,
113 GenerateKey(crypt_algo.key_len)) if crypt_algo else None,