Home
last modified time | relevance | path

Searched refs:OPENSSL_strnlen (Results 1 – 15 of 15) sorted by relevance

/openssl/test/testutil/
H A Dtests.c312 s1, s1 == NULL ? 0 : OPENSSL_strnlen(s1, n1), in test_strn_eq()
313 s2, s2 == NULL ? 0 : OPENSSL_strnlen(s2, n2)); in test_strn_eq()
326 s1, s1 == NULL ? 0 : OPENSSL_strnlen(s1, n1), in test_strn_ne()
327 s2, s2 == NULL ? 0 : OPENSSL_strnlen(s2, n2)); in test_strn_ne()
/openssl/include/openssl/
H A Dbuffer.h39 # define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
H A Dcrypto.h.in136 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
/openssl/crypto/
H A Do_str.c42 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 Dparams.c1376 data_length = OPENSSL_strnlen(p->data, data_length); in OSSL_PARAM_get_utf8_string()
/openssl/crypto/hpke/
H A Dhpke_util.c463 inplen = OPENSSL_strnlen(suitestr, OSSL_HPKE_MAX_SUITESTR); in ossl_hpke_str2suite()
/openssl/fuzz/
H A Dprovider.c163 found_len = OPENSSL_strnlen((const char *) *buf, *len); in read_utf8_string()
/openssl/test/
H A Dparams_test.c156 OPENSSL_strnlen(params->data, params->data_size); in raw_set_params()
/openssl/crypto/bio/
H A Dbio_print.c392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
/openssl/util/
H A Dmissingcrypto.txt716 OPENSSL_strnlen(3)
H A Dmissingcrypto111.txt960 OPENSSL_strnlen(3)
H A Dlibcrypto.num2532 OPENSSL_strnlen 2587 3_0_0 EXIST::FUNCTION:
/openssl/doc/man3/
H A DOPENSSL_malloc.pod136 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
/openssl/test/helpers/
H A Dhandshake.c1256 if (TEST_size_t_eq(OPENSSL_strnlen((const char*)(in), len), len)) in dup_str()
/openssl/ssl/
H A Dssl_lib.c3414 n = OPENSSL_strnlen(c->name, size); in SSL_get_shared_ciphers()

Completed in 68 milliseconds