Home
last modified time | relevance | path

Searched refs:OPENSSL_strncasecmp (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/man3/
H A DOPENSSL_strcasecmp.pod5 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 Dtb_asnmth.c155 && 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 Dkbkdf.c400 && 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 Dcommon.h63 #define HAS_CASE_PREFIX(s, p) (OPENSSL_strncasecmp(s, p "", sizeof(p) - 1) == 0)
/openssl/crypto/
H A Do_str.c416 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n) in OPENSSL_strncasecmp() function
/openssl/crypto/http/
H A Dhttp_client.c307 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 Dameth_lib.c136 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in EVP_PKEY_asn1_find_str()
H A Dasn1_gen.c569 && (OPENSSL_strncasecmp(tntmp->strnam, tagstr, len) == 0)) in asn1_str2tag()
/openssl/ssl/
H A Dssl_conf.c154 || 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 Dt1_lib.c1071 if (len == strlen("DEFAULT") && OPENSSL_strncasecmp("DEFAULT", elem, len) == 0) in gid_cb()
/openssl/apps/
H A Drehash.c214 if (OPENSSL_strncasecmp(&filename[i], in handle_symlink()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c588 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0 in file_name_check()
/openssl/crypto/property/
H A Dproperty_parse.c49 if (OPENSSL_strncasecmp(s, m, m_len) == 0) { in match()
/openssl/include/openssl/
H A Dcrypto.h.in147 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
/openssl/engines/
H A De_loader_attic.c1451 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0 in file_name_check()
/openssl/util/
H A Dlibcrypto.num5429 OPENSSL_strncasecmp 5557 3_0_3 EXIST::FUNCTION:

Completed in 73 milliseconds