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