Searched refs:OpenSSL_version (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/apps/ |
D | version.c | 122 printf("%s\n", OpenSSL_version(OPENSSL_VERSION)); in version_main() 125 OPENSSL_VERSION_TEXT, OpenSSL_version(OPENSSL_VERSION)); in version_main() 128 printf("%s\n", OpenSSL_version(OPENSSL_BUILT_ON)); in version_main() 130 printf("%s\n", OpenSSL_version(OPENSSL_PLATFORM)); in version_main() 152 printf("%s\n", OpenSSL_version(OPENSSL_CFLAGS)); in version_main() 154 printf("%s\n", OpenSSL_version(OPENSSL_DIR)); in version_main() 156 printf("%s\n", OpenSSL_version(OPENSSL_ENGINES_DIR)); in version_main()
|
D | speed.c | 3204 printf("%s\n", OpenSSL_version(OPENSSL_VERSION)); in speed_main() 3205 printf("%s\n", OpenSSL_version(OPENSSL_BUILT_ON)); in speed_main() 3224 printf("\n%s\n", OpenSSL_version(OPENSSL_CFLAGS)); in speed_main()
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_VERSION_NUMBER.pod | 5 OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT, OpenSSL_version, 17 const char *OpenSSL_version(int t); 55 OpenSSL_version() returns different strings depending on B<t>: 98 OpenSSL_version() returns requested version strings.
|
/third_party/openssl/crypto/ |
D | cversion.c | 19 const char *OpenSSL_version(int t) in OpenSSL_version() function
|
/third_party/openssl/include/openssl/ |
D | crypto.h | 49 # define SSLeay_version OpenSSL_version 156 const char *OpenSSL_version(int type);
|
/third_party/gstreamer/gstplugins_bad/ext/aes/ |
D | gstaesdec.c | 612 OpenSSL_version (OPENSSL_VERSION)); in gst_aes_dec_openssl_init()
|
D | gstaesenc.c | 581 OpenSSL_version (OPENSSL_VERSION)); in gst_aes_enc_openssl_init()
|
/third_party/curl/m4/ |
D | curl-openssl.m4 | 501 dnl OpenSSL_version is introduced in 3.0.0 505 OpenSSL_version )
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 4374 const char *ver = OpenSSL_version(OPENSSL_VERSION); in ossl_version() 4390 OSSL_PACKAGE, OpenSSL_version(OPENSSL_VERSION_STRING)); in ossl_version()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1850 #define OpenSSL_version BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OpenSSL_version) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 5444 OpenSSL_version(OPENSSL_VERSION)); in tls_get_library_version()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 5707 OpenSSL_version(OPENSSL_VERSION)); in tls_get_library_version()
|
/third_party/python/Modules/ |
D | _ssl.c | 6083 r = PyUnicode_FromString(OpenSSL_version(OPENSSL_VERSION)); in sslmodule_init_versioninfo()
|
/third_party/openssl/util/ |
D | libcrypto.num | 3410 OpenSSL_version 3362 1_1_0 EXIST::FUNCTION:
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 3498 - version retrieved with OpenSSL_version(OPENSSL_VERSION);
|