Searched refs:aead_case (Results 1 – 1 of 1) sorted by relevance
161 def AeadEnforcedOrEnabled(aead_case): argument162 aead = aead_case[0]163 return AlgoEnforcedOrEnabled(None, None, aead, aead.name, aead_case[1])186 def TestNameGenerator(version, proto, auth_case, crypt_case, aead_case): argument199 if aead_case is not None:200 aead = aead_case[0]209 aead_case): argument218 if aead_case is not None and not AeadEnforcedOrEnabled(aead_case):223 aead = aead_case[0] if aead_case else None