Home
last modified time | relevance | path

Searched defs:pemfile (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/tests/
Dvb21_host_sig_tests.c40 const char *pemfile, in sig_tests()
169 char pemfile[1024]; in test_algorithm() local
Dvb21_host_key_tests.c34 const char *pemfile) in private_key_tests()
282 char pemfile[1024]; in test_algorithm() local
/external/python/pyopenssl/tests/
Dtest_ssl.py627 def _use_privatekey_file_test(self, pemfile, filetype): argument