Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dxp_ssl.c977 #define PHP_SSL_MAX_VERSION_LEN 32 macro
1663 char version_str[PHP_SSL_MAX_VERSION_LEN]; in capture_session_meta()
1691 …a_arr, "cipher_version", php_ssl_cipher_get_version(cipher, version_str, PHP_SSL_MAX_VERSION_LEN)); in capture_session_meta()
2267 char version_str[PHP_SSL_MAX_VERSION_LEN]; in php_openssl_sockop_set_option()
2291 …(&tmp, "cipher_version", php_ssl_cipher_get_version(cipher, version_str, PHP_SSL_MAX_VERSION_LEN)); in php_openssl_sockop_set_option()

Completed in 12 milliseconds