Searched defs:OPENSSL_tolower (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/
H A Dmem.c188 int OPENSSL_tolower(int c) { function
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]);

Completed in 108 milliseconds