Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_DestinationVerification/
Dnetwork_DestinationVerification.py255 def _test_encrypt(self, public_key, data_to_encrypt, expect_failure=False): member in network_DestinationVerification
322 self._test_encrypt(ENCRYPTION_PUBLIC_KEY, 'disco boy')
325 self._test_encrypt(ENCRYPTION_PUBLIC_KEY,
330 self._test_encrypt('this will not parse in openssl',
335 self._test_encrypt(ENCRYPTION_PUBLIC_KEY, '')