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.py429 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,
Dxfrm_algorithm_test.py99 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument
111 encryption=(crypt_algo,
112 GenerateKey(crypt_algo.key_len)) if crypt_algo else None,