Searched refs:ONLYKEY (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 51 ONLYKEY = data_file('ssl_key.pem') variable 75 server_context.load_cert_chain(ONLYCERT, ONLYKEY) 161 context.load_cert_chain(ONLYCERT, ONLYKEY)
|
D | test_events.py | 908 lambda: proto, test_utils.ONLYCERT, test_utils.ONLYKEY) 941 lambda: proto, test_utils.ONLYCERT, test_utils.ONLYKEY)
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 44 ONLYKEY = data_file("ssl_key.pem") variable 46 BYTES_ONLYKEY = ONLYKEY.encode(sys.getfilesystemencoding()) 843 ctx.load_cert_chain(ONLYCERT, ONLYKEY) 844 ctx.load_cert_chain(certfile=ONLYCERT, keyfile=ONLYKEY) 849 ctx.load_cert_chain(ONLYKEY) 851 ctx.load_cert_chain(certfile=ONLYKEY, keyfile=ONLYCERT) 855 ctx.load_cert_chain(CAFILE_CACERT, ONLYKEY) 3176 ONLYCERT, ONLYKEY, BYTES_ONLYCERT, BYTES_ONLYKEY,
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 67 ONLYKEY = data_file("ssl_key.pem") variable 69 BYTES_ONLYKEY = os.fsencode(ONLYKEY) 1307 ctx.load_cert_chain(ONLYCERT, ONLYKEY) 1308 ctx.load_cert_chain(certfile=ONLYCERT, keyfile=ONLYKEY) 1313 ctx.load_cert_chain(ONLYKEY) 1315 ctx.load_cert_chain(certfile=ONLYKEY, keyfile=ONLYCERT) 1319 ctx.load_cert_chain(CAFILE_CACERT, ONLYKEY) 4739 ONLYCERT, ONLYKEY, BYTES_ONLYCERT, BYTES_ONLYKEY,
|