Searched refs:auth_algo (Results 1 – 3 of 3) sorted by relevance
/kernel/tests/net/test/ |
D | xfrm_algorithm_test.py | 101 def HaveAlgo(crypt_algo, auth_algo, aead_algo): argument 115 auth_trunc=(auth_algo, 116 GenerateKey(auth_algo.key_len)) if auth_algo else None,
|
D | xfrm_tunnel_test.py | 407 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,
|
D | xfrm_test.py | 69 auth_algo = ( 72 reqId, xfrm_base._ALGO_CBC_AES_256, auth_algo, None, 283 auth_algo = ( 287 auth_algo, xfrm_base._ALGO_CBC_AES_256)
|