Home
last modified time | relevance | path

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

123

/aosp_15_r20/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
/aosp_15_r20/external/libpcap/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py145 def load_cert_chain(self, certfile, keyfile): argument
357 keyfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py145 def load_cert_chain(self, certfile, keyfile): argument
357 keyfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py145 def load_cert_chain(self, certfile, keyfile): argument
357 keyfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py145 def load_cert_chain(self, certfile, keyfile): argument
357 keyfile=None, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
H A Dsmtplib.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
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.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
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.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
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.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
/aosp_15_r20/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.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
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.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
/aosp_15_r20/external/libcups/cups/
H A Dtls-gnutls.c68 keyfile[1024]; /* Private key filename */ in cupsMakeServerCredentials() local
1369 keyfile[1024]; /* Private key file */ in _httpTLSStart() local
/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/
H A Dble_stream_secure.py53 def load_cert(self, certfile='', keyfile='', cafile=''): argument
/aosp_15_r20/external/fsverity-utils/include/
H A Dlibfsverity.h97 const char *keyfile; member
/aosp_15_r20/external/autotest/client/cros/
H A Downership.py299 def push_to_nss(keyfile, certfile, nssdb): argument
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dbogo_shim_test.go31 keyfile = flag.String("key-file", "", "") var
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py942 def _create_ssl_context(self, certfile, keyfile=None): argument
948 def _make_ssl_server(self, factory, certfile, keyfile=None): argument
959 def _make_ssl_unix_server(self, factory, certfile, keyfile=None): argument

123