Searched refs:HAS_CASE_PREFIX (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | common.h | 63 #define HAS_CASE_PREFIX(s, p) (OPENSSL_strncasecmp(s, p "", sizeof(p) - 1) == 0) macro 66 (HAS_CASE_PREFIX(str, pre) ? ((str) += sizeof(pre) - 1, 1) : 0)
|
| /src/crypto/openssl/test/ |
| H A D | evp_test.c | 5454 if (HAS_CASE_PREFIX(name, "BLAKE")) in is_digest_disabled() 5491 if (HAS_CASE_PREFIX(name, "EC")) in is_pkey_disabled() 5495 if (HAS_CASE_PREFIX(name, "DH")) in is_pkey_disabled() 5499 if (HAS_CASE_PREFIX(name, "DSA")) in is_pkey_disabled() 5503 if (HAS_CASE_PREFIX(name, "SM2")) in is_pkey_disabled() 5517 if (HAS_CASE_PREFIX(name, "ML-DSA")) in is_pkey_disabled() 5526 if (HAS_CASE_PREFIX(name, "BLAKE2BMAC") in is_mac_disabled() 5527 || HAS_CASE_PREFIX(name, "BLAKE2SMAC")) in is_mac_disabled() 5531 if (HAS_CASE_PREFIX(name, "CMAC")) in is_mac_disabled() 5535 if (HAS_CASE_PREFIX(name, "Poly1305")) in is_mac_disabled() [all …]
|
| /src/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | winstore_store.c | 80 if (!HAS_CASE_PREFIX(uri, "org.openssl.winstore:")) in winstore_open()
|
| /src/crypto/openssl/crypto/x509/ |
| H A D | v3_utl.c | 713 if (!allow_idna && subject_len >= 4 && HAS_CASE_PREFIX((const char *)subject, "xn--")) in wildcard_match() 770 && len - i >= 4 && HAS_CASE_PREFIX((const char *)&p[i], "xn--")) in valid_star()
|
| /src/crypto/openssl/crypto/http/ |
| H A D | http_client.c | 311 if (HAS_CASE_PREFIX(content_type, "text/")) in set1_content() 799 got_text = HAS_CASE_PREFIX(value, "text/"); in OSSL_HTTP_REQ_CTX_nbio()
|
| /src/crypto/openssl/apps/lib/ |
| H A D | apps.c | 700 if (exclude_http && (HAS_CASE_PREFIX(uri, "http://") || HAS_CASE_PREFIX(uri, "https://"))) { in load_cert_certs()
|