Home
last modified time | relevance | path

Searched refs:ssl_cmd_switches (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c687 /* The SSL_CONF_CMD_SWITCH should be the same order as ssl_cmd_switches */
767 static const ssl_switch_tbl ssl_cmd_switches[] = { variable
875 if (idx >= OSSL_NELEM(ssl_cmd_switches)) { in ctrl_switch_option()
880 scmd = ssl_cmd_switches + idx; in ctrl_switch_option()
/third_party/openssl/ssl/
H A Dssl_conf.c687 /* The SSL_CONF_CMD_SWITCH should be the same order as ssl_cmd_switches */
767 static const ssl_switch_tbl ssl_cmd_switches[] = { variable
874 if (idx >= OSSL_NELEM(ssl_cmd_switches)) in ctrl_switch_option()
877 scmd = ssl_cmd_switches + idx; in ctrl_switch_option()

Completed in 4 milliseconds