Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dxp_ssl.c88 #define GET_VER_OPT_STRING(name, str) if (GET_VER_OPT(name)) { convert_to_string_ex(val); str = Z… macro
541 GET_VER_OPT_STRING("peer_name", peer_name); in apply_peer_verification_policy()
572 GET_VER_OPT_STRING("passphrase", passphrase); in passwd_callback()
840 GET_VER_OPT_STRING("cafile", cafile); in enable_peer_verification()
841 GET_VER_OPT_STRING("capath", capath); in enable_peer_verification()
898 GET_VER_OPT_STRING("local_cert", certfile); in set_local_cert()
910 GET_VER_OPT_STRING("local_pk", private_key); in set_local_cert()
1410 GET_VER_OPT_STRING("peer_name", sni_server_name); in enable_client_sni()
1550 GET_VER_OPT_STRING("ciphers", cipherlist); in php_openssl_setup_crypto()
1562 GET_VER_OPT_STRING("alpn_protocols", alpn_protocols); in php_openssl_setup_crypto()

Completed in 12 milliseconds