Home
last modified time | relevance | path

Searched refs:authCase (Results 1 – 1 of 1) sorted by relevance

/kernel/tests/net/test/
Dxfrm_algorithm_test.py144 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