Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dxfrm_algorithm_test.py101 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument
113 encryption=(crypt_algo,
114 GenerateKey(crypt_algo.key_len)) if crypt_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,