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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c688 static const ssl_switch_tbl ssl_cmd_switches[] = { variable
791 if (idx >= OSSL_NELEM(ssl_cmd_switches))
794 scmd = ssl_cmd_switches + idx;
/netbsd-current/crypto/external/bsd/openssl/dist/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)) {
880 scmd = ssl_cmd_switches + idx;

Completed in 97 milliseconds