Home
last modified time | relevance | path

Searched refs:OpenSSL_version_num (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DOPENSSL_VERSION_NUMBER.pod6 OpenSSL_version_num - get OpenSSL version number
16 unsigned long OpenSSL_version_num();
53 OpenSSL_version_num() returns the version number.
96 OpenSSL_version_num() returns the version number.
/freebsd-13.1/crypto/openssh/
H A Dentropy.c104 OpenSSL_version_num())) in seed_rng()
107 OpenSSL_version_num()); in seed_rng()
H A Dconfigure.ac2774 AC_CHECK_FUNCS([OpenSSL_version OpenSSL_version_num])
2800 # define OpenSSL_version_num SSLeay
2803 (unsigned long)OpenSSL_version_num(),
2850 # define OpenSSL_version_num SSLeay
2852 exit(OpenSSL_version_num() == OPENSSL_VERSION_NUMBER ? 0 : 1);
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c65 #define OpenSSL_version_num SSLeay macro
180 if (OpenSSL_version_num() != OPENSSL_VERSION_NUMBER) { in init_ssl()
181 … running with %lx", (unsigned long)OPENSSL_VERSION_NUMBER, (unsigned long) OpenSSL_version_num())); in init_ssl()
319 if (OpenSSL_version_num() >= 0x10001000 && in regress_bufferevent_openssl()
320 OpenSSL_version_num() < 0x1000104f) { in regress_bufferevent_openssl()
/freebsd-13.1/crypto/openssl/crypto/
H A Dcversion.c14 unsigned long OpenSSL_version_num(void) in OpenSSL_version_num() function
/freebsd-13.1/contrib/ntp/include/
H A Dlibssl_compat.h108 #define OpenSSL_version_num SSLeay macro
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dcrypto.h48 # define SSLeay OpenSSL_version_num
155 unsigned long OpenSSL_version_num(void);
/freebsd-13.1/contrib/ntp/libntp/
H A Dssl_init.c72 v = OpenSSL_version_num(); in ssl_check_version()
/freebsd-13.1/crypto/openssl/apps/
H A Dversion.c121 if (OpenSSL_version_num() == OPENSSL_VERSION_NUMBER) in version_main()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h49 # define OpenSSL_version_num SSLeay macro
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.h26 # define TLS_version_num OpenSSL_version_num
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen.c375 sslvmatch = OpenSSL_version_num() == OPENSSL_VERSION_NUMBER; in main()
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2164 OpenSSL_version_num;
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_crypto.c3942 OpenSSL_version_num(), randfile, bytes)); in crypto_setup()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1987 MLINKS+= OPENSSL_VERSION_NUMBER.3 OpenSSL_version_num.3