Searched refs:SSLeay (Results 1 – 24 of 24) sorted by relevance
/external/openssh/ |
D | entropy.c | 216 if (!ssh_compatible_openssl(OPENSSL_VERSION_NUMBER, SSLeay())) in seed_rng() 218 "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay()); in seed_rng()
|
D | OVERVIEW | 42 - Uses the SSLeay BIGNUM sublibrary.
|
D | configure.ac | 2525 if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(), 2559 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
D | configure | 12469 if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(), 12525 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
D | ChangeLog | 5674 Include openssl crypto.h for SSLeay.
|
/external/libevent/test/ |
D | regress_ssl.c | 194 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/ |
D | crypto.h | 94 OPENSSL_EXPORT unsigned long SSLeay(void);
|
/external/boringssl/src/crypto/ |
D | crypto.c | 196 unsigned long SSLeay(void) { return OPENSSL_VERSION_NUMBER; } in SSLeay() function
|
/external/openssh/contrib/ |
D | findssl.sh | 80 int main(){printf("0x%08xL\n", SSLeay());}
|
/external/curl/lib/ |
D | setup-vms.h | 311 #define SSLeay SSLEAY macro
|
/external/curl/docs/ |
D | HISTORY.md | 36 SSL support was added, powered by the SSLeay library. 57 OpenSSL took over and SSLeay was abandoned.
|
D | INTERNALS.md | 431 Originally libcurl supported SSLeay for SSL/TLS transports, but that was then
|
D | FAQ | 805 connect to certain SSL servers when using SSLeay or OpenSSL v0.9+. The
|
/external/boringssl/ |
D | NOTICE | 13 OpenSSL License and the original SSLeay license apply to the toolkit. See below 82 Original SSLeay License
|
/external/boringssl/src/ |
D | LICENSE | 13 OpenSSL License and the original SSLeay license apply to the toolkit. See below 82 Original SSLeay License
|
/external/python/cpython3/Doc/ |
D | license.rst | 633 the OpenSSL License and the original SSLeay license apply to the toolkit. 695 Original SSLeay License
|
/external/python/cpython2/Doc/ |
D | license.rst | 694 the OpenSSL License and the original SSLeay license apply to the toolkit. 756 Original SSLeay License
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 485 SSLeay
|
D | BoringSSL-GRPC.podspec | 2037 '#define SSLeay GRPC_SHADOW_SSLeay',
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3081 libver = SSLeay(); in _ssl__SSLContext_impl() 6122 libver = SSLeay(); in PyInit__ssl()
|
/external/curl/lib/vtls/ |
D | openssl.c | 144 #define OpenSSL_version_num() SSLeay()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4477 libver = SSLeay(); in init_ssl()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 513 #define SSLeay GRPC_SHADOW_SSLeay macro
|
/external/curl/ |
D | CHANGES | 3281 SSLeay support was removed. 3342 compatible with the SSLeay library. This removes the few leftovers that
|