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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c616 static const ssl_conf_cmd_tbl ssl_conf_cmds[] = { variable
687 /* Supported switches: must match order of switches in ssl_conf_cmds */
770 for (i = 0, t = ssl_conf_cmds; i < OSSL_NELEM(ssl_conf_cmds); i++, t++) {
788 size_t idx = cmd - ssl_conf_cmds;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c688 static const ssl_conf_cmd_tbl ssl_conf_cmds[] = { variable
766 /* Supported switches: must match order of switches in ssl_conf_cmds */
853 for (i = 0, t = ssl_conf_cmds; i < OSSL_NELEM(ssl_conf_cmds); i++, t++) {
871 size_t idx = cmd - ssl_conf_cmds;

Completed in 215 milliseconds