HomeSort by: relevance | last modified time | path
    Searched refs:ssl_cmd_switches (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 756 /* The SSL_CONF_CMD_SWITCH should be the same order as ssl_cmd_switches */
842 static const ssl_switch_tbl ssl_cmd_switches[] = { variable
956 if (idx >= OSSL_NELEM(ssl_cmd_switches)) {
961 scmd = ssl_cmd_switches + idx;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 687 /* 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)) {
880 scmd = ssl_cmd_switches + idx;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 688 static const ssl_switch_tbl ssl_cmd_switches[] = { variable
791 if (idx >= OSSL_NELEM(ssl_cmd_switches))
794 scmd = ssl_cmd_switches + idx;

Completed in 24 milliseconds