Home
last modified time | relevance | path

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

/netbsd-src/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)) in ctrl_switch_option()
794 scmd = ssl_cmd_switches + idx; in ctrl_switch_option()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c767 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()