Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dxp_ssl.c97 #define GET_VER_OPT_STRING(name, str) if (GET_VER_OPT(name)) { convert_to_string_ex(val); str = Z… macro
548 GET_VER_OPT_STRING("peer_name", peer_name); in apply_peer_verification_policy()
579 GET_VER_OPT_STRING("passphrase", passphrase); in passwd_callback()
842 GET_VER_OPT_STRING("cafile", cafile); in enable_peer_verification()
843 GET_VER_OPT_STRING("capath", capath); in enable_peer_verification()
900 GET_VER_OPT_STRING("local_cert", certfile); in set_local_cert()
912 GET_VER_OPT_STRING("local_pk", private_key); in set_local_cert()
1438 GET_VER_OPT_STRING("peer_name", sni_server_name); in enable_client_sni()
1589 GET_VER_OPT_STRING("ciphers", cipherlist); in php_openssl_setup_crypto()
1601 GET_VER_OPT_STRING("alpn_protocols", alpn_protocols); in php_openssl_setup_crypto()

Completed in 12 milliseconds