Searched refs:OPENSSL_strnlen (Results 1 – 17 of 17) sorted by relevance
| /src/crypto/openssl/test/testutil/ |
| H A D | tests.c | 311 s1, s1 == NULL ? 0 : OPENSSL_strnlen(s1, n1), in test_strn_eq() 312 s2, s2 == NULL ? 0 : OPENSSL_strnlen(s2, n2)); in test_strn_eq() 325 s1, s1 == NULL ? 0 : OPENSSL_strnlen(s1, n1), in test_strn_ne() 326 s2, s2 == NULL ? 0 : OPENSSL_strnlen(s2, n2)); in test_strn_ne()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | buffer.h | 38 #define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
|
| H A D | crypto.h | 139 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
|
| H A D | crypto.h.in | 140 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
|
| /src/crypto/openssl/crypto/ |
| H A D | o_str.c | 42 maxlen = OPENSSL_strnlen(str, s); in CRYPTO_strndup() 65 size_t OPENSSL_strnlen(const char *str, size_t maxlen) in OPENSSL_strnlen() function
|
| H A D | params.c | 1400 data_length = OPENSSL_strnlen(p->data, data_length); in OSSL_PARAM_get_utf8_string()
|
| /src/crypto/openssl/crypto/hpke/ |
| H A D | hpke_util.c | 463 inplen = OPENSSL_strnlen(suitestr, OSSL_HPKE_MAX_SUITESTR); in ossl_hpke_str2suite()
|
| /src/crypto/openssl/fuzz/ |
| H A D | provider.c | 164 found_len = OPENSSL_strnlen((const char *)*buf, *len); in read_utf8_string()
|
| /src/crypto/openssl/test/ |
| H A D | params_test.c | 155 size_t data_length = OPENSSL_strnlen(params->data, params->data_size); in raw_set_params()
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bio_print.c | 389 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
|
| /src/crypto/openssl/util/ |
| H A D | missingcrypto.txt | 712 OPENSSL_strnlen(3)
|
| H A D | missingcrypto111.txt | 960 OPENSSL_strnlen(3)
|
| H A D | libcrypto.num | 2532 OPENSSL_strnlen 2587 3_0_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 140 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
|
| /src/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 1252 if (TEST_size_t_eq(OPENSSL_strnlen((const char *)(in), len), len)) in dup_str()
|
| /src/secure/lib/libcrypto/ |
| H A D | Version.map | 2089 OPENSSL_strnlen;
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 3439 n = (int)OPENSSL_strnlen(c->name, size); in SSL_get_shared_ciphers()
|