Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/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
/freebsd-13.1/crypto/openssl/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);
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Db_print.c376 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod118 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2155 OPENSSL_strnlen;