HomeSort by relevance Sort by last modified time
    Searched refs:SSLeay (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/include/openssl/
crypto.h 49 /* SSLeay is a compatibility function that returns OPENSSL_VERSION_NUMBER from
51 OPENSSL_EXPORT unsigned long SSLeay(void);
  /external/boringssl/src/crypto/
crypto.c 110 unsigned long SSLeay(void) {
  /external/openssh/
entropy.c 216 if (!ssh_compatible_openssl(OPENSSL_VERSION_NUMBER, SSLeay()))
218 "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay());
configure     [all...]
  /external/openssh/contrib/
findssl.sh 80 int main(){printf("0x%08xL\n", SSLeay());}

Completed in 945 milliseconds