Home
last modified time | relevance | path

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

12

/external/python/rsa/rsa/
Dkey.py61 def _load_pkcs1_pem(cls, keyfile): argument
73 def _load_pkcs1_der(cls, keyfile): argument
99 def load_pkcs1(cls, keyfile, format='PEM'): argument
237 def _load_pkcs1_der(cls, keyfile): argument
281 def _load_pkcs1_pem(cls, keyfile): argument
306 def load_pkcs1_openssl_pem(cls, keyfile): argument
325 def load_pkcs1_openssl_der(cls, keyfile): argument
452 def _load_pkcs1_der(cls, keyfile): argument
547 def _load_pkcs1_pem(cls, keyfile): argument
/external/u-boot/tools/
Dfit_check_sign.c43 char *keyfile = NULL; in main() 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/fsverity-utils/
Dcmd_sign.c71 static EVP_PKEY *read_private_key(const char *keyfile) in read_private_key()
308 const char *keyfile, const char *certfile, in sign_data()
535 const char *keyfile = NULL; in fsverity_cmd_sign() local
/external/python/cpython3/Lib/
Dpoplib.py432 def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, argument
458 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.py707 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
Dimaplib.py1279 def __init__(self, host='', port=IMAP4_SSL_PORT, keyfile=None, argument
/external/autotest/client/cros/
Downership.py310 def push_to_nss(keyfile, certfile, nssdb): argument
/external/libcups/cups/
Dtls-gnutls.c73 keyfile[1024]; /* Private key filename */ in cupsMakeServerCredentials() local
1352 keyfile[1024]; /* Private key file */ in _httpTLSStart() local
Dtls-boringssl.c90 keyfile[1024]; /* Private key filename */ in cupsMakeServerCredentials() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py878 def _create_ssl_context(self, certfile, keyfile=None): argument
884 def _make_ssl_server(self, factory, certfile, keyfile=None): argument
895 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.py969 def use_privatekey_file(self, keyfile, filetype=_UNSPECIFIED): argument
/external/python/cpython3/Lib/test/
Dtest_ssl.py285 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