Home
last modified time | relevance | path

Searched refs:SSLeay (Results 1 – 24 of 24) sorted by relevance

/external/openssh/
Dentropy.c216 if (!ssh_compatible_openssl(OPENSSL_VERSION_NUMBER, SSLeay())) in seed_rng()
218 "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay()); in seed_rng()
DOVERVIEW42 - Uses the SSLeay BIGNUM sublibrary.
Dconfigure.ac2525 if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(),
2559 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
Dconfigure12469 if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(),
12525 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
DChangeLog5674 Include openssl crypto.h for SSLeay.
/external/libevent/test/
Dregress_ssl.c194 if (SSLeay() != OPENSSL_VERSION_NUMBER) { in init_ssl()
195 … with %lx but running with %lx", (unsigned long)OPENSSL_VERSION_NUMBER, (unsigned long) SSLeay())); in init_ssl()
416 if (SSLeay() >= 0x10001000 && in regress_bufferevent_openssl()
417 SSLeay() < 0x1000104f) { in regress_bufferevent_openssl()
/external/boringssl/src/include/openssl/
Dcrypto.h94 OPENSSL_EXPORT unsigned long SSLeay(void);
/external/boringssl/src/crypto/
Dcrypto.c196 unsigned long SSLeay(void) { return OPENSSL_VERSION_NUMBER; } in SSLeay() function
/external/openssh/contrib/
Dfindssl.sh80 int main(){printf("0x%08xL\n", SSLeay());}
/external/curl/lib/
Dsetup-vms.h311 #define SSLeay SSLEAY macro
/external/curl/docs/
DHISTORY.md36 SSL support was added, powered by the SSLeay library.
57 OpenSSL took over and SSLeay was abandoned.
DINTERNALS.md431 Originally libcurl supported SSLeay for SSL/TLS transports, but that was then
DFAQ805 connect to certain SSL servers when using SSLeay or OpenSSL v0.9+. The
/external/boringssl/
DNOTICE13 OpenSSL License and the original SSLeay license apply to the toolkit. See below
82 Original SSLeay License
/external/boringssl/src/
DLICENSE13 OpenSSL License and the original SSLeay license apply to the toolkit. See below
82 Original SSLeay License
/external/python/cpython3/Doc/
Dlicense.rst633 the OpenSSL License and the original SSLeay license apply to the toolkit.
695 Original SSLeay License
/external/python/cpython2/Doc/
Dlicense.rst694 the OpenSSL License and the original SSLeay license apply to the toolkit.
756 Original SSLeay License
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list485 SSLeay
DBoringSSL-GRPC.podspec2037 '#define SSLeay GRPC_SHADOW_SSLeay',
/external/python/cpython3/Modules/
D_ssl.c3081 libver = SSLeay(); in _ssl__SSLContext_impl()
6122 libver = SSLeay(); in PyInit__ssl()
/external/curl/lib/vtls/
Dopenssl.c144 #define OpenSSL_version_num() SSLeay()
/external/python/cpython2/Modules/
D_ssl.c4477 libver = SSLeay(); in init_ssl()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h513 #define SSLeay GRPC_SHADOW_SSLeay macro
/external/curl/
DCHANGES3281 SSLeay support was removed.
3342 compatible with the SSLeay library. This removes the few leftovers that