Searched refs:seedArray (Results 1 – 2 of 2) sorted by relevance
104 jbyteArray infoArray, jbyteArray seedArray) { in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed() argument123 infoArray, seedArray); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()131 if (publicKeyArray == nullptr || seedArray == nullptr) { in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()138 jbyte *seed = env->GetByteArrayElements(seedArray, 0); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()167 env->ReleaseByteArrayElements(seedArray, seed, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()178 env->ReleaseByteArrayElements(seedArray, seed, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
96 jbyteArray infoArray, jbyteArray seedArray);