Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5232 size_t actualOutLength; local
5233 int ret = realFunc(ctx, outTmp + outOffset, &actualOutLength, outBytes.size() - outOffset,
5241 actualOutLength);
5242 return static_cast<jlong>(actualOutLength);