Home
last modified time | relevance | path

Searched defs:keyfile (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dssl.py100 def __init__(self, sock, keyfile=None, certfile=None, argument
361 def wrap_socket(sock, keyfile=None, certfile=None, argument
444 def sslwrap_simple(sock, keyfile=None, certfile=None): argument
Dsmtplib.py607 def starttls(self, keyfile=None, certfile=None): argument
763 keyfile=None, certfile=None, argument
Dpoplib.py330 def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfile = None): argument
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): argument
Dftplib.py624 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
Dimaplib.py1145 def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, certfile = None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py456 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… argument