Searched refs:strncasecmp (Results 1 – 17 of 17) sorted by relevance
/openssl-master/crypto/engine/ |
A D | tb_asnmth.c | 155 && strncasecmp(ameth->pem_str, str, len) == 0) in ENGINE_get_pkey_asn1_meth_str() 180 && strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb()
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 223 if (strncasecmp(uri, "file:", 5) == 0) { in file_open() 228 if (strncasecmp(&uri[7], "localhost/", 10) == 0) { in file_open() 595 if (strncasecmp(name, ctx->_.dir.search_name, len) != 0 || name[len] != '.') in file_name_check()
|
/openssl-master/providers/implementations/kdfs/ |
A D | kbkdf.c | 301 if (p != NULL && strncasecmp("counter", p->data, p->data_size) == 0) { in kbkdf_set_ctx_params() 304 && strncasecmp("feedback", p->data, p->data_size) == 0) { in kbkdf_set_ctx_params()
|
/openssl-master/apps/lib/ |
A D | engine_loader.c | 74 if (strncasecmp(p, ENGINE_SCHEME_COLON, sizeof(ENGINE_SCHEME_COLON) - 1) in engine_open()
|
A D | apps.c | 685 if (exclude_http && (strncasecmp(uri, "http://", 7) == 0 in load_cert_certs() 686 || strncasecmp(uri, "https://", 8) == 0)) { in load_cert_certs()
|
/openssl-master/ |
A D | e_os.h | 253 # define strncasecmp _strnicmp macro
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpciph_aes_wrap.txt | 37 # Testing strncasecmp
|
/openssl-master/engines/ |
A D | e_loader_attic.c | 47 # define strncasecmp _strnicmp in DEFINE_STACK_OF() macro 974 if (strncasecmp(uri, "file:", 5) == 0) { in file_open_ex() 979 if (strncasecmp(&uri[7], "localhost/", 10) == 0) { in file_open_ex() 1469 if (strncasecmp(name, ctx->_.dir.search_name, len) != 0 || name[len] != '.') in file_name_check()
|
A D | e_ossltest.c | 46 # define strncasecmp _strnicmp macro 386 if (strncasecmp(key_id, "ot:", 3) != 0) in load_key()
|
/openssl-master/crypto/asn1/ |
A D | ameth_lib.c | 137 && strncasecmp(ameth->pem_str, str, len) == 0) in EVP_PKEY_asn1_find_str()
|
A D | asn1_gen.c | 568 if ((len == tntmp->len) && (strncasecmp(tntmp->strnam, tagstr, len) == 0)) in asn1_str2tag()
|
/openssl-master/ssl/ |
A D | ssl_conf.c | 151 } else if (tbl->namelen != namelen || strncasecmp(tbl->name, name, namelen)) in ssl_match_option() 811 strncasecmp(*pcmd, cctx->prefix, cctx->prefixlen)) in ssl_conf_cmd_skip_prefix()
|
/openssl-master/crypto/x509/ |
A D | v3_utl.c | 707 subject_len >= 4 && strncasecmp((char *)subject, "xn--", 4) == 0) in wildcard_match() 767 && len - i >= 4 && strncasecmp((char *)&p[i], "xn--", 4) == 0) in valid_star()
|
/openssl-master/apps/ |
A D | rehash.c | 211 if (strncasecmp(suffix, &filename[i], strlen(suffix)) == 0) in handle_symlink()
|
A D | cmp.c | 1707 if (strncasecmp(valptr, "int:", 4) != 0) { in handle_opt_geninfo()
|
/openssl-master/crypto/property/ |
A D | property_parse.c | 48 if (strncasecmp(s, m, m_len) == 0) { in match()
|
/openssl-master/test/ |
A D | evp_test.c | 3830 #define STR_STARTS_WITH(str, pre) strncasecmp(pre, str, strlen(pre)) == 0
|
Completed in 43 milliseconds