Searched refs:crypt_algo (Results 1 – 2 of 2) sorted by relevance
/kernel/tests/net/test/ |
D | xfrm_tunnel_test.py | 398 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,
|
D | xfrm_algorithm_test.py | 100 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument 112 encryption=(crypt_algo, 113 GenerateKey(crypt_algo.key_len)) if crypt_algo else None,
|