Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dssl.h227 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
230 OPENSSL_EXPORT void SSL_free(SSL *ssl);
235 OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
238 OPENSSL_EXPORT void SSL_set_connect_state(SSL *ssl);
241 OPENSSL_EXPORT void SSL_set_accept_state(SSL *ssl);
245 OPENSSL_EXPORT int SSL_is_server(const SSL *ssl);
248 OPENSSL_EXPORT int SSL_is_dtls(const SSL *ssl);
268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
275 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dssl.h227 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
230 OPENSSL_EXPORT void SSL_free(SSL *ssl);
235 OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
238 OPENSSL_EXPORT void SSL_set_connect_state(SSL *ssl);
241 OPENSSL_EXPORT void SSL_set_accept_state(SSL *ssl);
245 OPENSSL_EXPORT int SSL_is_server(const SSL *ssl);
248 OPENSSL_EXPORT int SSL_is_dtls(const SSL *ssl);
268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
275 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dssl.h227 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
230 OPENSSL_EXPORT void SSL_free(SSL *ssl);
235 OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
238 OPENSSL_EXPORT void SSL_set_connect_state(SSL *ssl);
241 OPENSSL_EXPORT void SSL_set_accept_state(SSL *ssl);
245 OPENSSL_EXPORT int SSL_is_server(const SSL *ssl);
248 OPENSSL_EXPORT int SSL_is_dtls(const SSL *ssl);
268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
275 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dssl.h227 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
230 OPENSSL_EXPORT void SSL_free(SSL *ssl);
235 OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
238 OPENSSL_EXPORT void SSL_set_connect_state(SSL *ssl);
241 OPENSSL_EXPORT void SSL_set_accept_state(SSL *ssl);
245 OPENSSL_EXPORT int SSL_is_server(const SSL *ssl);
248 OPENSSL_EXPORT int SSL_is_dtls(const SSL *ssl);
268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
275 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dssl.h221 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
224 OPENSSL_EXPORT void SSL_free(SSL *ssl);
229 OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
232 OPENSSL_EXPORT void SSL_set_connect_state(SSL *ssl);
235 OPENSSL_EXPORT void SSL_set_accept_state(SSL *ssl);
239 OPENSSL_EXPORT int SSL_is_server(const SSL *ssl);
242 OPENSSL_EXPORT int SSL_is_dtls(const SSL *ssl);
262 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
269 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
276 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dssl.h221 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
224 OPENSSL_EXPORT void SSL_free(SSL *ssl);
229 OPENSSL_EXPORT SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
232 OPENSSL_EXPORT void SSL_set_connect_state(SSL *ssl);
235 OPENSSL_EXPORT void SSL_set_accept_state(SSL *ssl);
239 OPENSSL_EXPORT int SSL_is_server(const SSL *ssl);
242 OPENSSL_EXPORT int SSL_is_dtls(const SSL *ssl);
262 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
269 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
276 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dssl.h390 typedef int (*tls_session_ticket_ext_cb_fn) (SSL *s,
393 typedef int (*tls_session_secret_cb_fn) (SSL *s, void *secret,
402 typedef int (*custom_ext_add_cb) (SSL *s, unsigned int ext_type,
406 typedef void (*custom_ext_free_cb) (SSL *s, unsigned int ext_type,
409 typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type,
440 int (*ssl_new) (SSL *s);
441 void (*ssl_clear) (SSL *s);
442 void (*ssl_free) (SSL *s);
443 int (*ssl_accept) (SSL *s);
444 int (*ssl_connect) (SSL *s);
[all …]
H A Dsrtp.h136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
138 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
139 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
H A Dtls1.h309 const char *SSL_get_servername(const SSL *s, const int type);
310 int SSL_get_servername_type(const SSL *s);
318 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
323 int SSL_get_sigalgs(SSL *s, int idx,
327 int SSL_get_shared_sigalgs(SSL *s, int idx,
331 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-socket-ssl-perl_2.074.bb1 SUMMARY = "Perl library for transparent SSL"
3 uses SSL to encrypt data before it is transferred to a remote server \
4 or client. IO::Socket::SSL supports all the extra features that one \
5 needs to write a full-featured SSL client or server application: \
6 multiple SSL contexts, cipher selection, certificate verification, and \
7 SSL version selection. As an extra bonus, it works perfectly with \
9 HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/"
22 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \
27 S = "${WORKDIR}/IO-Socket-SSL-${PV}"
/OK3568_Linux_fs/buildroot/package/wolfssl/
H A DConfig.in5 The wolfSSL embedded SSL library (formerly CyaSSL) is a
6 lightweight, portable, C-language-based SSL/TLS library
17 Enable all wolfSSL features, except SSL version 3.0 support.
22 Enable SSL version 3.0 support.
/OK3568_Linux_fs/buildroot/package/swupdate/
H A Dswupdate.config70 # Hash checking needs an SSL implementation
74 # Image signature verification needs an SSL implementation
78 # Image encryption needs an SSL implementation
86 # SSL support needs an SSL implementation
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_2.28.2.bb1 SUMMARY = "Lightweight crypto and SSL/TLS library"
3 for providing SSL and TLS support in your programs. It offers \
13 - SSL v3 and TLS 1.0, 1.1 and 1.2 \
/OK3568_Linux_fs/buildroot/package/perl-io-socket-ssl/
H A Dperl-io-socket-ssl.mk8 PERL_IO_SOCKET_SSL_SOURCE = IO-Socket-SSL-$(PERL_IO_SOCKET_SSL_VERSION).tar.gz
12 PERL_IO_SOCKET_SSL_DISTNAME = IO-Socket-SSL
H A Dperl-io-socket-ssl.hash2 md5 4fb67fc8c4817dce8116f2eb7878fd9c IO-Socket-SSL-2.072.tar.gz
3 sha256 b5bee81db3905a9069340a450a48e1e1b32dec4ede0064f5703bafb9a707b89d IO-Socket-SSL-2.072.tar.gz
/OK3568_Linux_fs/buildroot/package/vtun/
H A D0002-fix-ssl-headers-checks.patch1 configure.in: do not hard-code search patch for SSL headers
5 Also use the SSL headers dir to look for blowfish headers.
19 AC_MSG_ERROR( SSL headers not found. )
/OK3568_Linux_fs/buildroot/package/turbolua/
H A Dturbolua.mk18 TURBOLUA_MAKE_OPTS += SSL=openssl
21 TURBOLUA_MAKE_OPTS += SSL=none
/OK3568_Linux_fs/buildroot/package/ca-certificates/
H A DConfig.in5 SSL-based applications to check for the authenticity of SSL
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/bearssl/
H A Dbearssl_0.6.bb1 SUMMARY = "BearSSL is an implementation of the SSL/TLS protocol (RFC 5246) written in C"
2 DESCRIPTION = "BearSSL is an implementation of the SSL/TLS protocol (RFC \
13 * Be feature-rich and extensible. SSL/TLS has many defined cipher suites \
/OK3568_Linux_fs/buildroot/package/pistache/
H A D0002-CMakeLists.txt-respect-BUILD_SHARED_LIBS.patch46 - target_link_libraries(pistache_shared PUBLIC OpenSSL::SSL OpenSSL::Crypto)
47 target_link_libraries(pistache_static PUBLIC OpenSSL::SSL OpenSSL::Crypto)
50 + target_link_libraries(pistache_shared PUBLIC OpenSSL::SSL OpenSSL::Crypto)
/OK3568_Linux_fs/buildroot/package/libwebsock/
H A D0001-Switch-to-use-pkg-config-to-detect-libevent-and-open.patch59 + PKG_CHECK_MODULES([SSL], [openssl], [have_ssl=yes], [have_ssl=no])
65 AC_DEFINE([WEBSOCK_HAVE_SSL], [1], [Define if building SSL support])
68 [AC_MSG_ERROR([SSL support requested but not found])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/
H A Dwolfssl_5.2.0.bb1 SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library"
2 DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/
H A DCVE-2022-23491.patch5 validating the trustworthiness of SSL certificates while verifying the
225 # Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation
226 # Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation
227 # Label: "SSL.com Root Certification Authority RSA"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-linkfix.patch5 properly with SSL
26 +#Tests don't compile wih SSL properly so comment them out
/OK3568_Linux_fs/buildroot/package/neon/
H A DConfig.in17 bool "SSL support"
22 build with SSL support

12345