Searched refs:OPENSSL_strnlen (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/testutil/ |
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()
|
/openssl-master/include/openssl/ |
A D | buffer.h | 39 # define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
|
A D | crypto.h.in | 127 size_t OPENSSL_strnlen(const char *str, size_t maxlen);
|
/openssl-master/crypto/ |
A D | o_str.c | 38 maxlen = OPENSSL_strnlen(str, s); in CRYPTO_strndup() 63 size_t OPENSSL_strnlen(const char *str, size_t maxlen) in OPENSSL_strnlen() function
|
A D | params.c | 1134 data_length = OPENSSL_strnlen(p->data, data_length); in OSSL_PARAM_get_utf8_string()
|
/openssl-master/test/ |
A D | params_test.c | 155 OPENSSL_strnlen(params->data, params->data_size); in raw_set_params()
|
/openssl-master/crypto/bio/ |
A D | bio_print.c | 376 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
|
/openssl-master/doc/man3/ |
A D | OPENSSL_malloc.pod | 117 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
|
/openssl-master/util/ |
A D | missingcrypto.txt | 821 OPENSSL_strnlen(3)
|
A D | missingcrypto111.txt | 960 OPENSSL_strnlen(3)
|
A D | libcrypto.num | 2532 OPENSSL_strnlen 2587 3_0_0 EXIST::FUNCTION:
|
/openssl-master/test/helpers/ |
A D | handshake.c | 1224 if (TEST_size_t_eq(OPENSSL_strnlen((const char*)(in), len), len)) in dup_str()
|
Completed in 32 milliseconds