Home
last modified time | relevance | path

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

/openssl-master/test/testutil/
A Dtests.c311 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()
/openssl-master/include/openssl/
A Dbuffer.h39 # define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
A Dcrypto.h.in127 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
/openssl-master/crypto/
A Do_str.c38 maxlen = OPENSSL_strnlen(str, s); in CRYPTO_strndup()
63 size_t OPENSSL_strnlen(const char *str, size_t maxlen) in OPENSSL_strnlen() function
A Dparams.c1134 data_length = OPENSSL_strnlen(p->data, data_length); in OSSL_PARAM_get_utf8_string()
/openssl-master/test/
A Dparams_test.c155 OPENSSL_strnlen(params->data, params->data_size); in raw_set_params()
/openssl-master/crypto/bio/
A Dbio_print.c376 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
/openssl-master/doc/man3/
A DOPENSSL_malloc.pod117 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
/openssl-master/util/
A Dmissingcrypto.txt821 OPENSSL_strnlen(3)
A Dmissingcrypto111.txt960 OPENSSL_strnlen(3)
A Dlibcrypto.num2532 OPENSSL_strnlen 2587 3_0_0 EXIST::FUNCTION:
/openssl-master/test/helpers/
A Dhandshake.c1224 if (TEST_size_t_eq(OPENSSL_strnlen((const char*)(in), len), len)) in dup_str()

Completed in 32 milliseconds