Searched refs:authCase (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | xfrm_algorithm_test.py | 144 def AuthEnforcedOrEnabled(authCase): argument 145 auth = authCase[0] 147 return AlgoEnforcedOrEnabled(crypt, auth, None, auth.name, authCase[1]) 180 def TestNameGenerator(version, proto, authCase, cryptCase, aeadCase): argument 188 if authCase is not None: 189 auth = authCase[0] 202 def ParamTestSocketPolicySimple(self, version, proto, authCase, cryptCase, aeadCase): argument 207 if authCase is not None and not AuthEnforcedOrEnabled(authCase): 214 auth = authCase[0] if authCase else None
|