Home
last modified time | relevance | path

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

12

/third_party/python/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
Dmake_appx.ps128 [string]$certfile variable
/third_party/openssl/apps/
Dcrl2pkcs7.c58 char *infile = NULL, *outfile = NULL, *prog, *certfile; in crl2pkcs7_main() local
195 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile) in add_certs_from_file()
Ds_time.c124 char *host = SSL_CONNECT_NAME, *certfile = NULL, *keyfile = NULL, *prog; in s_time_main() local
Dsmime.c146 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; in smime_main() local
Dpkcs12.c157 char *infile = NULL, *outfile = NULL, *keyname = NULL, *certfile = NULL; in pkcs12_main() local
Dcms.c292 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; in cms_main() local
/third_party/python/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
Dssl.py780 certfile=None, keyfile=None, argument
1417 def wrap_socket(sock, keyfile=None, certfile=None, argument
Dftplib.py719 keyfile=None, certfile=None, context=None, argument
/third_party/fsverity-utils/include/
Dlibfsverity.h100 const char *certfile; member
/third_party/python/Lib/test/
Dssl_servers.py150 def make_https_server(case, *, context=None, certfile=CERTFILE, argument
Dtest_ssl.py284 ciphers=None, certfile=None, keyfile=None, argument
668 def bad_cert_test(self, certfile): argument
2690 def __init__(self, conn, certfile): argument
2739 def __init__(self, certfile): argument
2754 def __init__(self, certfile): argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Ddaemon.c171 const char *certfile, in SPDYF_start_daemon_va()
Dapplicationlayer.c326 const char *certfile, in SPDY_start_daemon()
Dstructures.h891 char *certfile; member
/third_party/fsverity-utils/lib/
Dsign_digest.c82 static int read_certificate(const char *certfile, X509 **cert_ret) in read_certificate()
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py908 def _create_ssl_context(self, certfile, keyfile=None): argument
914 def _make_ssl_server(self, factory, certfile, keyfile=None): argument
925 def _make_ssl_unix_server(self, factory, certfile, keyfile=None): argument
/third_party/nghttp2/src/
Dnghttp.h68 std::string certfile; member
/third_party/openssl/test/helpers/
Dssltestlib.c724 char *certfile, char *privkeyfile) in create_ssl_ctx_pair()
/third_party/python/Modules/clinic/
D_ssl.c.h537 PyObject *certfile; in _ssl__SSLContext_load_cert_chain() local
/third_party/openssl/apps/lib/
Ds_cb.c860 const char *certfile; member

12