HomeSort by relevance Sort by last modified time
    Searched refs:BUF_strnlen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
buf.h 92 /* BUF_strnlen returns the number of characters in |str|, excluding the NUL
95 OPENSSL_EXPORT size_t BUF_strnlen(const char *str, size_t max_len);
  /external/chromium_org/third_party/boringssl/src/crypto/buf/
buf.c 156 size_t BUF_strnlen(const char *str, size_t max_len) {
176 size = BUF_strnlen(buf, size);

Completed in 438 milliseconds