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

  /external/boringssl/src/crypto/
mem.c 188 int OPENSSL_tolower(int c) {
197 const int aa = OPENSSL_tolower(a[i]);
198 const int bb = OPENSSL_tolower(b[i]);
212 const int aa = OPENSSL_tolower(a[i]);
213 const int bb = OPENSSL_tolower(b[i]);
  /external/boringssl/src/include/openssl/
mem.h 110 // OPENSSL_tolower is a locale-independent version of tolower(3).
111 OPENSSL_EXPORT int OPENSSL_tolower(int c);
  /external/boringssl/src/crypto/x509/
x_name.c 495 *to++ = OPENSSL_tolower(*from);

Completed in 109 milliseconds