Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ssl.py887 def getpass_exception(): function
907 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_exception)
909 ctx.load_cert_chain(CERTFILE, password=getpass_exception)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py1429 def getpass_exception(): function
1449 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_exception)
1451 ctx.load_cert_chain(CERTFILE, password=getpass_exception)