Searched refs:OPENSSL_strncasecmp (Results 1 – 16 of 16) sorted by relevance
/openssl/doc/man3/ |
H A D | OPENSSL_strcasecmp.pod | 5 OPENSSL_strcasecmp, OPENSSL_strncasecmp - compare two strings ignoring case 12 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n); 19 The OPENSSL_strncasecmp function is similar, except that it compares no more than
|
/openssl/crypto/engine/ |
H A D | tb_asnmth.c | 155 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in ENGINE_get_pkey_asn1_meth_str() 180 && OPENSSL_strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb()
|
/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 400 && OPENSSL_strncasecmp("counter", p->data, p->data_size) == 0) { in kbkdf_set_ctx_params() 403 && OPENSSL_strncasecmp("feedback", p->data, p->data_size) == 0) { in kbkdf_set_ctx_params()
|
/openssl/include/internal/ |
H A D | common.h | 63 #define HAS_CASE_PREFIX(s, p) (OPENSSL_strncasecmp(s, p "", sizeof(p) - 1) == 0)
|
/openssl/crypto/ |
H A D | o_str.c | 416 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n) in OPENSSL_strncasecmp() function
|
/openssl/crypto/http/ |
H A D | http_client.c | 307 if (OPENSSL_strncasecmp(content_type, "text/", 5) == 0) in set1_content() 759 got_text = OPENSSL_strncasecmp(value, "text/", 5) == 0; in OSSL_HTTP_REQ_CTX_nbio() 769 || OPENSSL_strncasecmp(rctx->expected_ct, value, in OSSL_HTTP_REQ_CTX_nbio()
|
/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 136 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in EVP_PKEY_asn1_find_str()
|
H A D | asn1_gen.c | 569 && (OPENSSL_strncasecmp(tntmp->strnam, tagstr, len) == 0)) in asn1_str2tag()
|
/openssl/ssl/ |
H A D | ssl_conf.c | 154 || OPENSSL_strncasecmp(tbl->name, name, namelen)) in ssl_match_option() 878 OPENSSL_strncasecmp(*pcmd, cctx->prefix, cctx->prefixlen)) in ssl_conf_cmd_skip_prefix()
|
H A D | t1_lib.c | 1071 if (len == strlen("DEFAULT") && OPENSSL_strncasecmp("DEFAULT", elem, len) == 0) in gid_cb()
|
/openssl/apps/ |
H A D | rehash.c | 214 if (OPENSSL_strncasecmp(&filename[i], in handle_symlink()
|
/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 588 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0 in file_name_check()
|
/openssl/crypto/property/ |
H A D | property_parse.c | 49 if (OPENSSL_strncasecmp(s, m, m_len) == 0) { in match()
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 147 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
|
/openssl/engines/ |
H A D | e_loader_attic.c | 1451 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0 in file_name_check()
|
/openssl/util/ |
H A D | libcrypto.num | 5429 OPENSSL_strncasecmp 5557 3_0_3 EXIST::FUNCTION:
|
Completed in 80 milliseconds