Home
last modified time | relevance | path

Searched defs:ssl (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_imaplib.py19 ssl = None variable
Dtest_ssl.py23 ssl = test_support.import_module("ssl") variable
Dtest_ftplib.py16 ssl = None variable
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp155 SSL *ssl = static_cast<SSL *>(X509_STORE_CTX_get_ex_data( in OnVerifyPeerCertificate() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): function
Dimaplib.py1199 def ssl(self): member in IMAP4_SSL
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c119 SSL* ssl; member