Searched refs:auth_algo (Results 1 – 2 of 2) sorted by relevance
/kernel/tests/net/test/ |
D | xfrm_tunnel_test.py | 358 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument 381 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument 386 self.out_sa.spi, crypt_algo, auth_algo, 391 self.in_sa.spi, crypt_algo, auth_algo, 465 def _SetupXfrmByType(self, auth_algo, crypt_algo): argument 467 self.out_sa.spi, crypt_algo, auth_algo, None, 471 self.in_sa.spi, crypt_algo, auth_algo, None, None,
|
D | xfrm_test.py | 67 auth_algo = ( 70 reqId, xfrm_base._ALGO_CBC_AES_256, auth_algo, None, 274 auth_algo = ( 277 xfrm.XFRM_MODE_TRANSPORT, 4, True, net_test.UDP_PAYLOAD, auth_algo,
|