Searched refs:ONLYKEY (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 50 ONLYKEY = data_file('ssl_key.pem') variable 74 server_context.load_cert_chain(ONLYCERT, ONLYKEY) 160 context.load_cert_chain(ONLYCERT, ONLYKEY)
|
D | test_events.py | 1037 lambda: proto, test_utils.ONLYCERT, test_utils.ONLYKEY) 1070 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 | 61 ONLYKEY = data_file("ssl_key.pem") variable 63 BYTES_ONLYKEY = os.fsencode(ONLYKEY) 1225 ctx.load_cert_chain(ONLYCERT, ONLYKEY) 1226 ctx.load_cert_chain(certfile=ONLYCERT, keyfile=ONLYKEY) 1231 ctx.load_cert_chain(ONLYKEY) 1233 ctx.load_cert_chain(certfile=ONLYKEY, keyfile=ONLYCERT) 1237 ctx.load_cert_chain(CAFILE_CACERT, ONLYKEY) 4460 ONLYCERT, ONLYKEY, BYTES_ONLYCERT, BYTES_ONLYKEY,
|