Searched refs:privKeyPtr (Results 1 – 1 of 1) sorted by relevance
/packages/modules/AdServices/adservices/service-core/jni/cpp/ |
D | ohttp_jni.cpp | 269 jbyte* privKeyPtr = env->GetByteArrayElements(privKeyArray, 0); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient() local 274 env->ReleaseByteArrayElements(privKeyArray, privKeyPtr, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient() 284 reinterpret_cast<const uint8_t*>(privKeyPtr), in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient() 286 env->ReleaseByteArrayElements(privKeyArray, privKeyPtr, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient() 302 env->ReleaseByteArrayElements(privKeyArray, privKeyPtr, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient() 318 env->ReleaseByteArrayElements(privKeyArray, privKeyPtr, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient() 329 env->ReleaseByteArrayElements(privKeyArray, privKeyPtr, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient()
|