Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dxp_ssl.c999 #define PHP_SSL_MAX_VERSION_LEN 32 macro
1702 char version_str[PHP_SSL_MAX_VERSION_LEN]; in capture_session_meta()
1735 …a_arr, "cipher_version", php_ssl_cipher_get_version(cipher, version_str, PHP_SSL_MAX_VERSION_LEN)); in capture_session_meta()
2311 char version_str[PHP_SSL_MAX_VERSION_LEN]; in php_openssl_sockop_set_option()
2338 …(&tmp, "cipher_version", php_ssl_cipher_get_version(cipher, version_str, PHP_SSL_MAX_VERSION_LEN)); in php_openssl_sockop_set_option()

Completed in 11 milliseconds