Home
last modified time | relevance | path

Searched defs:certfile (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/python/cpython3/Tools/msi/
Dsdktools.psm130 if (-not $certfile) { in Sign-File() variable
31 $certfile = $env:SigningCertificateFile; in Sign-File() variable
43 } elseif ($certfile) { in Sign-File() variable
44 …SignTool sign /f $certfile /fd sha256 /tr http://timestamp.digicert.com/ /td sha256 /d $descriptio… in Sign-File() variable
Dsign_build.ps123 [string]$certfile variable
Dmake_cat.ps126 [string]$certfile variable
/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.c52 void ssl_set_certfile(const char *certfile) in ssl_set_certfile()
86 char const *certfile = ssl_certfile[0] ? ssl_certfile : "cert.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
358 certfile=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
358 certfile=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
358 certfile=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
358 certfile=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/python/cpython2/Lib/test/
Dtest_ssl.py383 def bad_cert_test(self, certfile): argument
1858 def __init__(self, conn, certfile): argument
1907 def __init__(self, certfile): argument
1923 def __init__(self, certfile): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py282 ciphers=None, certfile=None, keyfile=None, argument
672 def bad_cert_test(self, certfile): argument
2718 def __init__(self, conn, certfile): argument
2767 def __init__(self, certfile): argument
2782 def __init__(self, certfile): argument
/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/
H A Dble_stream_secure.py53 def load_cert(self, certfile='', keyfile='', cafile=''): argument

123