Searched refs:SSLeay (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/include/openssl/
H A Dcrypto.h53 /* SSLeay is a compatibility function that returns OPENSSL_VERSION_NUMBER from
55 OPENSSL_EXPORT unsigned long SSLeay(void);
/external/boringssl/src/include/openssl/
H A Dcrypto.h53 /* SSLeay is a compatibility function that returns OPENSSL_VERSION_NUMBER from
55 OPENSSL_EXPORT unsigned long SSLeay(void);
/external/boringssl/src/crypto/
H A Dcrypto.c132 unsigned long SSLeay(void) { function
/external/openssh/
H A Dentropy.c216 if (!ssh_compatible_openssl(OPENSSL_VERSION_NUMBER, SSLeay()))
218 "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay());
H A Dconfigure21105 if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
21192 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
/external/openssh/contrib/
H A Dfindssl.sh80 int main(){printf("0x%08xL\n", SSLeay());}
/external/curl/lib/
H A Dsetup-vms.h310 #define SSLeay SSLEAY macro
/external/curl/lib/vtls/
H A Dopenssl.c29 * The original SSLeay-using code for curl was written by Linas Vepstas and
3145 ssleay_value=SSLeay();

Completed in 273 milliseconds