Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtests.c288 s1, s1 == NULL ? 0 : OPENSSL_strnlen(s1, len), in test_strn_eq()
289 s2, s2 == NULL ? 0 : OPENSSL_strnlen(s2, len)); in test_strn_eq()
302 s1, s1 == NULL ? 0 : OPENSSL_strnlen(s1, len), in test_strn_ne()
303 s2, s2 == NULL ? 0 : OPENSSL_strnlen(s2, len)); in test_strn_ne()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Do_str.c47 maxlen = OPENSSL_strnlen(str, s); in CRYPTO_strndup()
72 size_t OPENSSL_strnlen(const char *str, size_t maxlen) in OPENSSL_strnlen() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbuffer.h36 # define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
H A Dcrypto.h148 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbuffer.h39 # define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
H A Dcrypto.h.in127 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_test.c156 OPENSSL_strnlen(params->data, params->data_size); in raw_set_params()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmissingcrypto.txt743 OPENSSL_strnlen(3)
H A Dmissingcrypto111.txt960 OPENSSL_strnlen(3)
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_malloc.pod118 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c1158 data_length = OPENSSL_strnlen(p->data, data_length); in OSSL_PARAM_get_utf8_string()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c1256 if (TEST_size_t_eq(OPENSSL_strnlen((const char*)(in), len), len)) in dup_str()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map2153 OPENSSL_strnlen;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num2619 OPENSSL_strnlen 2587 1_1_0 EXIST::FUNCTION: