Searched refs:encryptedLen (Results 1 – 1 of 1) sorted by relevance
368 size_t encryptedLen; in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSeal() local374 /* out_len= */ &encryptedLen, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSeal()394 jbyteArray ciphertextArray = env->NewByteArray(encryptedLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSeal()395 env->SetByteArrayRegion(ciphertextArray, 0, encryptedLen, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSeal()