Home
last modified time | relevance | path

Searched refs:SSL (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
DTlsLib.uni2 // SSL/TLS Wrapper Library Instance based on OpenSSL.
17 #string STR_MODULE_ABSTRACT #language en-US "SSL/TLS Wrapper Library Instance"
19 #string STR_MODULE_DESCRIPTION #language en-US "This module provides SSL/TLS Wrapper Libra…
DInternalTlsLib.h28 SSL *Ssl;
DTlsLib.inf2 # SSL/TLS Wrapper Library Instance based on OpenSSL.
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSSLSocket.h81 std::unique_ptr<SSL, std::function<void(SSL *)>> mSSL;
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices151 https 443/tcp # http protocol over TLS/SSL
204 nntps 563/tcp snntp # NNTP over SSL
208 ldaps 636/tcp # LDAP over SSL
220 ftps-data 989/tcp # FTP over SSL (data)
222 telnets 992/tcp # Telnet over SSL
224 imaps 993/tcp # IMAP over SSL
226 ircs 994/tcp # IRC over SSL
228 pop3s 995/tcp # POP-3 over SSL
332 suucp 4031/tcp # UUCP over SSL
333 suucp 4031/udp # UUCP over SSL
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1181 SSL = ssl_st variable
1191 ('ssl_new', CFUNCTYPE(c_int, POINTER(SSL))),
1192 ('ssl_clear', CFUNCTYPE(None, POINTER(SSL))),
1193 ('ssl_free', CFUNCTYPE(None, POINTER(SSL))),
1194 ('ssl_accept', CFUNCTYPE(c_int, POINTER(SSL))),
1195 ('ssl_connect', CFUNCTYPE(c_int, POINTER(SSL))),
1196 ('ssl_read', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1197 ('ssl_peek', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1198 ('ssl_write', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1199 ('ssl_shutdown', CFUNCTYPE(c_int, POINTER(SSL))),
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DDTLS.h77 SSL *mSSL;
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp155 SSL *ssl = static_cast<SSL *>(X509_STORE_CTX_get_ex_data( in OnVerifyPeerCertificate()
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DPatch-HOWTO.txt5 OpenSSL is a well-known open source implementation of SSL and TLS protocols.
DEDKII_openssl-1.0.2j.patch1869 @@ -1068,7 +1068,7 @@ int dtls1_send_change_cipher_spec(SSL *s, int a, int b)
1870 int dtls1_read_failed(SSL *s, int code)
1993 @@ -779,9 +779,7 @@ int tls1_enc(SSL *s, int send)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME602 #SSL=/usr/local/ssl
604 # -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
605 # -L$(SSL)/lib -lssl -lcrypto
607 and remove "local/" from the SSL variable. Finally, just run
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME595 #SSL=/usr/local/ssl
597 # -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
598 # -L$(SSL)/lib -lssl -lcrypto
600 and remove "local/" from the SSL variable. Finally, just run
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dtrusted-board-boot.rst227 The tool resides in the ``tools/cert_create`` directory. It uses OpenSSL SSL
Dchange-log.rst681 BL2 use the PolarSSL SSL library to verify certificates and images. The
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c119 SSL* ssl;