Searched defs:cert_file (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _ssl.c | 264 newPySSLObject(PySocketSockObject *Sock, char *key_file, char *cert_file, in newPySSLObject() 425 char *cert_file = NULL; in PySSL_sslwrap() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | httplib.py | 1142 def __init__(self, host, port=None, key_file=None, cert_file=None, argument 1172 def __init__(self, host='', port=None, key_file=None, cert_file=None, argument
|