Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp3282 size_t actualOutLength; in evp_aead_ctx_op() local
3283 if (!realFunc(aeadCtx.get(), outTmp + outOffset, &actualOutLength, outBytes.size() - outOffset, in evp_aead_ctx_op()
3291 inLength, aadArray, actualOutLength); in evp_aead_ctx_op()
3292 return static_cast<jint>(actualOutLength); in evp_aead_ctx_op()