Searched refs:php_ssl_cipher_get_version (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/openssl/ |
H A D | xp_ssl.c | 1001 static char *php_ssl_cipher_get_version(const SSL_CIPHER *c, char *buffer, size_t max_len) /* {{{ */ in php_ssl_cipher_get_version() function 1735 …add_assoc_string(&meta_arr, "cipher_version", php_ssl_cipher_get_version(cipher, version_str, PHP_… in capture_session_meta() 2338 …add_assoc_string(&tmp, "cipher_version", php_ssl_cipher_get_version(cipher, version_str, PHP_SSL_M… in php_openssl_sockop_set_option()
|
Completed in 9 milliseconds