Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3571 size_t actualOutLength; in evp_aead_ctx_op() local
3572 if (!realFunc(aeadCtx.get(), outTmp + outOffset, &actualOutLength, outBytes.size() - outOffset, in evp_aead_ctx_op()
3581 inLength, aadArray, actualOutLength); in evp_aead_ctx_op()
3582 return static_cast<jint>(actualOutLength); in evp_aead_ctx_op()