Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp828 char* allocStr = str; in throwSSLExceptionWithSslErrors() local
847 (allocStr == nullptr) ? "" : allocStr, errStr, file, line, in throwSSLExceptionWithSslErrors()
854 free(allocStr); in throwSSLExceptionWithSslErrors()
855 allocStr = str; in throwSSLExceptionWithSslErrors()
859 if (asprintf(&str, "%s, %s", allocStr, strerror(errno)) >= 0) { in throwSSLExceptionWithSslErrors()
860 free(allocStr); in throwSSLExceptionWithSslErrors()
861 allocStr = str; in throwSSLExceptionWithSslErrors()
866 free(allocStr); in throwSSLExceptionWithSslErrors()
867 allocStr = str; in throwSSLExceptionWithSslErrors()
873 ret = throwSSLProtocolExceptionStr(env, allocStr); in throwSSLExceptionWithSslErrors()
[all …]