Searched refs:exportedLen (Results 1 – 1 of 1) sorted by relevance
417 size_t exportedLen = length; in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport() local418 std::vector<uint8_t> exported(exportedLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport()422 /* secret_len= */ exportedLen, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport()438 jbyteArray exportedArray = env->NewByteArray(exportedLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport()439 env->SetByteArrayRegion(exportedArray, 0, exportedLen, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport()