Home
last modified time | relevance | path

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

12

/external/libpcap/
Dsslutils.c57 void ssl_set_keyfile(const char *keyfile) in ssl_set_keyfile()
93 char const *keyfile = ssl_keyfile[0] ? ssl_keyfile : "key.pem"; in ssl_init_once() local
/external/python/cpython2/Lib/
Dssl.py466 certfile=None, keyfile=None, argument
535 def __init__(self, sock=None, keyfile=None, certfile=None, argument
937 def wrap_socket(sock, keyfile=None, certfile=None, argument
1033 def sslwrap_simple(sock, keyfile=None, certfile=None): argument
Dsmtplib.py626 def starttls(self, keyfile=None, certfile=None): argument
798 keyfile=None, certfile=None, argument
Dpoplib.py338 def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfile = None): argument
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): argument
Dftplib.py660 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
Dimaplib.py1166 def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, certfile = None): argument
/external/python/cpython3/Lib/
Dpoplib.py434 def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, argument
460 def stls(self, keyfile=None, certfile=None, context=None): argument
Dsmtplib.py736 def starttls(self, keyfile=None, certfile=None, context=None): argument
1015 keyfile=None, certfile=None, argument
Dssl.py760 certfile=None, keyfile=None, argument
1385 def wrap_socket(sock, keyfile=None, certfile=None, argument
Dftplib.py712 keyfile=None, certfile=None, context=None, argument
Dimaplib.py1306 def __init__(self, host='', port=IMAP4_SSL_PORT, keyfile=None, argument
/external/fsverity-utils/include/
Dlibfsverity.h75 const char *keyfile; /* path to key file (PEM format) */ member
/external/autotest/client/cros/
Downership.py295 def push_to_nss(keyfile, certfile, nssdb): argument
/external/libcups/cups/
Dtls-gnutls.c68 keyfile[1024]; /* Private key filename */ in cupsMakeServerCredentials() local
1369 keyfile[1024]; /* Private key file */ in _httpTLSStart() local
Dtls-boringssl.c91 keyfile[1024]; /* Private key filename */ in cupsMakeServerCredentials() local
/external/fsverity-utils/lib/
Dsign_digest.c49 static int read_private_key(const char *keyfile, EVP_PKEY **pkey_ret) in read_private_key()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py883 def _create_ssl_context(self, certfile, keyfile=None): argument
889 def _make_ssl_server(self, factory, certfile, keyfile=None): argument
900 def _make_ssl_unix_server(self, factory, certfile, keyfile=None): argument
/external/python/cpython2/Lib/msilib/
D__init__.py261 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… argument
/external/python/cpython3/Lib/msilib/
D__init__.py258 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… argument
/external/python/cpython3/Modules/clinic/
D_ssl.c.h574 PyObject *keyfile = Py_None; in _ssl__SSLContext_load_cert_chain() local
/external/python/cpython2/Tools/msi/
Dmsilib.py456 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… argument
/external/python/pyopenssl/src/OpenSSL/
DSSL.py890 def use_privatekey_file(self, keyfile, filetype=_UNSPECIFIED): argument
/external/python/cpython3/Lib/test/
Dtest_ssl.py289 ciphers=None, certfile=None, keyfile=None, argument
/external/python/cpython2/Modules/
D_ssl.c2727 PyObject *keyfile = NULL, *keyfile_bytes = NULL, *password = NULL; in load_cert_chain() local

12