/openssl/test/ |
H A D | params_conversion_test.c | 61 if (OPENSSL_strcasecmp(pp->key, "type") == 0) { in param_conversion_load_stanza() 71 } else if (OPENSSL_strcasecmp(pp->key, "int32") == 0) { in param_conversion_load_stanza() 76 if (OPENSSL_strcasecmp(pp->value, "invalid") != 0) { in param_conversion_load_stanza() 80 } else if (OPENSSL_strcasecmp(pp->key, "int64") == 0) { in param_conversion_load_stanza() 85 if (OPENSSL_strcasecmp(pp->value, "invalid") != 0) { in param_conversion_load_stanza() 89 } else if (OPENSSL_strcasecmp(pp->key, "uint32") == 0) { in param_conversion_load_stanza() 132 if (OPENSSL_strcasecmp(type, "int32") == 0) { in param_conversion_load_stanza() 141 } else if (OPENSSL_strcasecmp(type, "int64") == 0) { in param_conversion_load_stanza() 150 } else if (OPENSSL_strcasecmp(type, "uint32") == 0) { in param_conversion_load_stanza() 159 } else if (OPENSSL_strcasecmp(type, "uint64") == 0) { in param_conversion_load_stanza() [all …]
|
H A D | localetest.c | 107 if (!TEST_false(OPENSSL_strcasecmp(str1, str2))) in setup_tests()
|
/openssl/doc/man3/ |
H A D | OPENSSL_strcasecmp.pod | 5 OPENSSL_strcasecmp, OPENSSL_strncasecmp - compare two strings ignoring case 11 int OPENSSL_strcasecmp(const char *s1, const char *s2); 16 The OPENSSL_strcasecmp function performs a byte-by-byte comparison of the strings
|
/openssl/providers/implementations/kem/ |
H A D | kem_util.c | 33 if (OPENSSL_strcasecmp(name, eckem_modename_id_map[i].mode) == 0) in ossl_eckem_modename2id()
|
/openssl/crypto/conf/ |
H A D | conf_def.c | 195 if (OPENSSL_strcasecmp(pval, "on") == 0 in parsebool() 196 || OPENSSL_strcasecmp(pval, "true") == 0) { in parsebool() 198 } else if (OPENSSL_strcasecmp(pval, "off") == 0 in parsebool() 199 || OPENSSL_strcasecmp(pval, "false") == 0) { in parsebool() 851 && OPENSSL_strcasecmp(filename + namelen - 5, ".conf") == 0) in get_next_file() 853 && OPENSSL_strcasecmp(filename + namelen - 4, ".cnf") == 0)) { in get_next_file()
|
/openssl/crypto/rand/ |
H A D | rand_lib.c | 948 if (OPENSSL_strcasecmp(cval->name, "random") == 0) { in random_conf_init() 951 } else if (OPENSSL_strcasecmp(cval->name, "cipher") == 0) { in random_conf_init() 954 } else if (OPENSSL_strcasecmp(cval->name, "digest") == 0) { in random_conf_init() 957 } else if (OPENSSL_strcasecmp(cval->name, "properties") == 0) { in random_conf_init() 960 } else if (OPENSSL_strcasecmp(cval->name, "seed") == 0) { in random_conf_init() 963 } else if (OPENSSL_strcasecmp(cval->name, "seed_properties") == 0) { in random_conf_init()
|
/openssl/apps/lib/ |
H A D | names.c | 18 return OPENSSL_strcasecmp(*a, *b); in name_cmp()
|
H A D | http_server.c | 453 && OPENSSL_strcasecmp(key, "Connection") == 0) { in http_server_get_asn1_req() 454 if (OPENSSL_strcasecmp(value, "keep-alive") == 0) in http_server_get_asn1_req() 456 else if (OPENSSL_strcasecmp(value, "close") == 0) in http_server_get_asn1_req()
|
/openssl/crypto/http/ |
H A D | http_client.c | 379 if (add_host && OPENSSL_strcasecmp("host", hdr->name) == 0) in add1_headers() 754 && OPENSSL_strcasecmp(key, "Location") == 0) { in OSSL_HTTP_REQ_CTX_nbio() 758 if (OPENSSL_strcasecmp(key, "Content-Type") == 0) { in OSSL_HTTP_REQ_CTX_nbio() 764 if (OPENSSL_strcasecmp(rctx->expected_ct, value) != 0 in OSSL_HTTP_REQ_CTX_nbio() 782 if (OPENSSL_strcasecmp(key, "Connection") == 0) { in OSSL_HTTP_REQ_CTX_nbio() 783 if (OPENSSL_strcasecmp(value, "keep-alive") == 0) in OSSL_HTTP_REQ_CTX_nbio() 785 else if (OPENSSL_strcasecmp(value, "close") == 0) in OSSL_HTTP_REQ_CTX_nbio() 787 } else if (OPENSSL_strcasecmp(key, "Content-Length") == 0) { in OSSL_HTTP_REQ_CTX_nbio()
|
/openssl/crypto/ |
H A D | params_dup.c | 143 return OPENSSL_strcasecmp(l->key, r->key); in compare_params() 208 diff = OPENSSL_strcasecmp((*p1cur)->key, (*p2cur)->key); in OSSL_PARAM_merge()
|
H A D | LPdir_unix.c | 144 if (OPENSSL_strcasecmp((*ctx)->entry_name, in LP_find_file()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_xts.c | 230 if (OPENSSL_strcasecmp(xts_standard, "GB") == 0) { in sm4_xts_set_ctx_params() 232 } else if (OPENSSL_strcasecmp(xts_standard, "IEEE") == 0) { in sm4_xts_set_ctx_params()
|
/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 854 if (OPENSSL_strcasecmp(pinstance_name, SN_Ed25519) == 0) { in eddsa_set_ctx_params() 857 } else if (OPENSSL_strcasecmp(pinstance_name, SN_Ed25519ctx) == 0) { in eddsa_set_ctx_params() 860 } else if (OPENSSL_strcasecmp(pinstance_name, SN_Ed25519ph) == 0) { in eddsa_set_ctx_params() 863 } else if (OPENSSL_strcasecmp(pinstance_name, SN_Ed448) == 0) { in eddsa_set_ctx_params() 866 } else if (OPENSSL_strcasecmp(pinstance_name, SN_Ed448ph) == 0) { in eddsa_set_ctx_params()
|
/openssl/crypto/objects/ |
H A D | o_names.c | 96 name_funcs->cmp_func = OPENSSL_strcasecmp; in OBJ_NAME_new_index() 130 ret = OPENSSL_strcasecmp(a->name, b->name); in obj_name_cmp()
|
/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 830 && OPENSSL_strcasecmp(data_structure, "type-specific") == 0) in decoder_process() 891 && OPENSSL_strcasecmp(ctx->start_input_type, new_input_type) != 0) { in decoder_process() 938 || OPENSSL_strcasecmp(data_structure, in decoder_process() 958 if (OPENSSL_strcasecmp(new_input_structure, in decoder_process()
|
H A D | encoder_lib.c | 458 && OPENSSL_strcasecmp(current_output_type, in encoder_process() 487 if (OPENSSL_strcasecmp(data->ctx->output_structure, in encoder_process()
|
/openssl/crypto/evp/ |
H A D | ec_support.c | 142 if (OPENSSL_strcasecmp(curve_list[i].name, name) == 0) in ossl_ec_curve_name2nid()
|
/openssl/crypto/x509/ |
H A D | v3_tlsf.c | 111 if (OPENSSL_strcasecmp(extval, tls_feature_tbl[j].name) == 0) in v2i_TLS_FEATURE()
|
/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 95 if (OPENSSL_strcasecmp(dh_named_groups[i].name, name) == 0) in ossl_ffc_name_to_dh_named_group()
|
/openssl/crypto/ec/ |
H A D | ec_backend.c | 58 if (OPENSSL_strcasecmp(name, encoding_nameid_map[i].ptr) == 0) in ossl_ec_encoding_name2id() 95 if (OPENSSL_strcasecmp(name, check_group_type_nameid_map[i].ptr) == 0) in ec_check_group_type_name2id() 140 if (OPENSSL_strcasecmp(name, format_nameid_map[i].ptr) == 0) in ossl_ec_pt_format_name2id()
|
/openssl/crypto/hpke/ |
H A D | hpke_util.c | 165 if (OPENSSL_strcasecmp(curve, group) == 0) in ossl_HPKE_KEM_INFO_find_curve() 438 if (OPENSSL_strcasecmp(st, synp[i].synonyms[j]) == 0) in synonyms_name2id()
|
/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 277 if (OPENSSL_strcasecmp(p->data, "EXTRACT_AND_EXPAND") == 0) { in hkdf_common_set_ctx_params() 279 } else if (OPENSSL_strcasecmp(p->data, "EXTRACT_ONLY") == 0) { in hkdf_common_set_ctx_params() 281 } else if (OPENSSL_strcasecmp(p->data, "EXPAND_ONLY") == 0) { in hkdf_common_set_ctx_params()
|
/openssl/engines/ |
H A D | e_devcrypto.c | 1163 if (OPENSSL_strcasecmp((const char *)p, "ALL") == 0) { in devcrypto_ctrl() 1165 } else if (OPENSSL_strcasecmp((const char*)p, "NONE") == 0) { in devcrypto_ctrl() 1183 if (OPENSSL_strcasecmp((const char *)p, "ALL") == 0) { in devcrypto_ctrl() 1185 } else if (OPENSSL_strcasecmp((const char*)p, "NONE") == 0) { in devcrypto_ctrl()
|
/openssl/providers/common/ |
H A D | capabilities.c | 226 if (OPENSSL_strcasecmp(capability, "TLS-GROUP") == 0) in ossl_prov_get_capabilities()
|
/openssl/include/internal/ |
H A D | common.h | 69 OPENSSL_strcasecmp(str + strlen(str) - sizeof(suffix) + 1, suffix "") == 0)
|