Lines Matching refs:strcmp
720 if (strcmp(s, "none") == 0) {
723 if (strcmp(s, "optional") == 0) {
726 if (strcmp(s, "required") == 0) {
832 if (strcmp(ca_file, "-") != 0) {
845 if (strcmp(crl_file, "-") != 0) {
858 if (strcmp(auth_str, "-") != 0) {
1474 if (strcmp(buf, "AES-128-CCM")) {
1476 } else if (strcmp(buf, "AES-128-GCM")) {
1478 } else if (strcmp(buf, "AES-192-CCM")) {
1480 } else if (strcmp(buf, "AES-192-GCM")) {
1482 } else if (strcmp(buf, "AES-256-CCM")) {
1484 } else if (strcmp(buf, "ARIA-128-CCM")) {
1486 } else if (strcmp(buf, "ARIA-128-GCM")) {
1488 } else if (strcmp(buf, "ARIA-192-CCM")) {
1490 } else if (strcmp(buf, "ARIA-192-GCM")) {
1492 } else if (strcmp(buf, "ARIA-256-CCM")) {
1494 } else if (strcmp(buf, "ARIA-256-GCM")) {
1496 } else if (strcmp(buf, "CAMELLIA-128-CCM")) {
1498 } else if (strcmp(buf, "CAMELLIA-192-CCM")) {
1500 } else if (strcmp(buf, "CAMELLIA-256-CCM")) {
1502 } else if (strcmp(buf, "CHACHA20-POLY1305")) {
1806 if (strcmp(p, "help") == 0) {
1815 if (strcmp(p, "help_ciphersuites") == 0) {
1834 if (strcmp(p, "server_port") == 0) {
1836 } else if (strcmp(p, "server_addr") == 0) {
1838 } else if (strcmp(p, "dtls") == 0) {
1847 } else if (strcmp(p, "debug_level") == 0) {
1852 } else if (strcmp(p, "build_version") == 0) {
1853 if (strcmp(q, "1") == 0) {
1859 } else if (strcmp(p, "nbio") == 0) {
1864 } else if (strcmp(p, "event") == 0) {
1869 } else if (strcmp(p, "read_timeout") == 0) {
1871 } else if (strcmp(p, "buffer_size") == 0) {
1876 } else if (strcmp(p, "response_size") == 0) {
1884 } else if (strcmp(p, "ca_file") == 0) {
1886 } else if (strcmp(p, "ca_path") == 0) {
1888 } else if (strcmp(p, "crt_file") == 0) {
1890 } else if (strcmp(p, "key_file") == 0) {
1892 } else if (strcmp(p, "key_pwd") == 0) {
1896 else if (strcmp(p, "key_opaque") == 0) {
1900 else if (strcmp(p, "crt_file2") == 0) {
1902 } else if (strcmp(p, "key_file2") == 0) {
1904 } else if (strcmp(p, "key_pwd2") == 0) {
1906 } else if (strcmp(p, "dhm_file") == 0) {
1910 else if (strcmp(p, "async_operations") == 0) {
1912 } else if (strcmp(p, "async_private_delay1") == 0) {
1914 } else if (strcmp(p, "async_private_delay2") == 0) {
1916 } else if (strcmp(p, "async_private_error") == 0) {
1927 else if (strcmp(p, "cid") == 0) {
1932 } else if (strcmp(p, "cid_renego") == 0) {
1937 } else if (strcmp(p, "cid_val") == 0) {
1939 } else if (strcmp(p, "cid_val_renego") == 0) {
1943 else if (strcmp(p, "psk") == 0) {
1947 else if (strcmp(p, "psk_opaque") == 0) {
1949 } else if (strcmp(p, "psk_list_opaque") == 0) {
1954 else if (strcmp(p, "ca_callback") == 0) {
1958 else if (strcmp(p, "psk_identity") == 0) {
1960 } else if (strcmp(p, "psk_list") == 0) {
1962 } else if (strcmp(p, "ecjpake_pw") == 0) {
1966 else if (strcmp(p, "ecjpake_pw_opaque") == 0) {
1970 else if (strcmp(p, "force_ciphersuite") == 0) {
1978 } else if (strcmp(p, "groups") == 0) {
1982 else if (strcmp(p, "sig_algs") == 0) {
1987 else if (strcmp(p, "early_data") == 0) {
1997 } else if (strcmp(p, "max_early_data_size") == 0) {
2001 else if (strcmp(p, "renegotiation") == 0) {
2005 } else if (strcmp(p, "allow_legacy") == 0) {
2018 } else if (strcmp(p, "renegotiate") == 0) {
2023 } else if (strcmp(p, "renego_delay") == 0) {
2025 } else if (strcmp(p, "renego_period") == 0) {
2036 } else if (strcmp(p, "exchanges") == 0) {
2043 else if (strcmp(p, "tls13_kex_modes") == 0) {
2044 if (strcmp(q, "psk") == 0) {
2046 } else if (strcmp(q, "psk_ephemeral") == 0) {
2048 } else if (strcmp(q, "ephemeral") == 0) {
2050 } else if (strcmp(q, "ephemeral_all") == 0) {
2052 } else if (strcmp(q, "psk_all") == 0) {
2054 } else if (strcmp(q, "all") == 0) {
2064 else if (strcmp(q, "psk_or_ephemeral") == 0) {
2073 else if (strcmp(p, "min_version") == 0) {
2074 if (strcmp(q, "tls12") == 0 ||
2075 strcmp(q, "dtls12") == 0) {
2079 else if (strcmp(q, "tls13") == 0) {
2086 } else if (strcmp(p, "max_version") == 0) {
2087 if (strcmp(q, "tls12") == 0 ||
2088 strcmp(q, "dtls12") == 0) {
2092 else if (strcmp(q, "tls13") == 0) {
2099 } else if (strcmp(p, "allow_sha1") == 0) {
2105 } else if (strcmp(p, "force_version") == 0) {
2106 if (strcmp(q, "tls12") == 0) {
2109 } else if (strcmp(q, "dtls12") == 0) {
2115 else if (strcmp(q, "tls13") == 0) {
2123 } else if (strcmp(p, "auth_mode") == 0) {
2127 } else if (strcmp(p, "cert_req_ca_list") == 0) {
2136 } else if (strcmp(p, "max_frag_len") == 0) {
2137 if (strcmp(q, "512") == 0) {
2139 } else if (strcmp(q, "1024") == 0) {
2141 } else if (strcmp(q, "2048") == 0) {
2143 } else if (strcmp(q, "4096") == 0) {
2148 } else if (strcmp(p, "alpn") == 0) {
2150 } else if (strcmp(p, "trunc_hmac") == 0) {
2156 } else if (strcmp(p, "extended_ms") == 0) {
2166 } else if (strcmp(p, "etm") == 0) {
2172 } else if (strcmp(p, "tickets") == 0) {
2177 } else if (strcmp(p, "dummy_ticket") == 0) {
2182 } else if (strcmp(p, "ticket_rotate") == 0) {
2187 } else if (strcmp(p, "ticket_timeout") == 0) {
2192 } else if (strcmp(p, "ticket_aead") == 0) {
2198 } else if (strcmp(p, "cache_max") == 0) {
2205 else if (strcmp(p, "cache_timeout") == 0) {
2212 else if (strcmp(p, "cache_remove") == 0) {
2217 } else if (strcmp(p, "cookies") == 0) {
2222 } else if (strcmp(p, "anti_replay") == 0) {
2227 } else if (strcmp(p, "badmac_limit") == 0) {
2232 } else if (strcmp(p, "hs_timeout") == 0) {
2242 } else if (strcmp(p, "mtu") == 0) {
2247 } else if (strcmp(p, "dgram_packing") == 0) {
2253 } else if (strcmp(p, "sni") == 0) {
2255 } else if (strcmp(p, "query_config") == 0) {
2259 } else if (strcmp(p, "serialize") == 0) {
2264 } else if (strcmp(p, "context_file") == 0) {
2266 } else if (strcmp(p, "eap_tls") == 0) {
2271 } else if (strcmp(p, "reproducible") == 0) {
2273 } else if (strcmp(p, "nss_keylog") == 0) {
2278 } else if (strcmp(p, "nss_keylog_file") == 0) {
2280 } else if (strcmp(p, "use_srtp") == 0) {
2282 } else if (strcmp(p, "srtp_force_profile") == 0) {
2284 } else if (strcmp(p, "support_mki") == 0) {
2286 } else if (strcmp(p, "key_opaque_algs") == 0) {
2291 } else if (strcmp(p, "key_opaque_algs2") == 0) {
2481 if (strcmp(q, "rsa_pkcs1_sha256") == 0) {
2483 } else if (strcmp(q, "rsa_pkcs1_sha384") == 0) {
2485 } else if (strcmp(q, "rsa_pkcs1_sha512") == 0) {
2487 } else if (strcmp(q, "ecdsa_secp256r1_sha256") == 0) {
2489 } else if (strcmp(q, "ecdsa_secp384r1_sha384") == 0) {
2491 } else if (strcmp(q, "ecdsa_secp521r1_sha512") == 0) {
2493 } else if (strcmp(q, "rsa_pss_rsae_sha256") == 0) {
2495 } else if (strcmp(q, "rsa_pss_rsae_sha384") == 0) {
2497 } else if (strcmp(q, "rsa_pss_rsae_sha512") == 0) {
2499 } else if (strcmp(q, "ed25519") == 0) {
2501 } else if (strcmp(q, "ed448") == 0) {
2503 } else if (strcmp(q, "rsa_pss_pss_sha256") == 0) {
2505 } else if (strcmp(q, "rsa_pss_pss_sha384") == 0) {
2507 } else if (strcmp(q, "rsa_pss_pss_sha512") == 0) {
2509 } else if (strcmp(q, "rsa_pkcs1_sha1") == 0) {
2511 } else if (strcmp(q, "ecdsa_sha1") == 0) {
2573 if (strcmp(opt.ca_path, "none") == 0 ||
2574 strcmp(opt.ca_file, "none") == 0) {
2621 if (strlen(opt.crt_file) && strcmp(opt.crt_file, "none") != 0) {
2629 if (strlen(opt.key_file) && strcmp(opt.key_file, "none") != 0) {
2643 if (strlen(opt.crt_file2) && strcmp(opt.crt_file2, "none") != 0) {
2651 if (strlen(opt.key_file2) && strcmp(opt.key_file2, "none") != 0) {
2666 strcmp(opt.crt_file, "none") != 0 &&
2667 strcmp(opt.key_file, "none") != 0 &&
2669 strcmp(opt.crt_file2, "none") != 0 &&
2670 strcmp(opt.key_file2, "none") != 0) {
3061 if (strcmp(opt.ca_path, "none") != 0 &&
3062 strcmp(opt.ca_file, "none") != 0) {
3166 strcmp(opt.groups, "default") != 0) {