Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/jni/cpp/
Dohttp_jni.cpp103 jlong evpKdfRef, jlong evpAeadRef, jbyteArray publicKeyArray, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed() argument
122 (long)evpKemRef, (long)evpKdfRef, (long)evpAeadRef, publicKeyArray, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
131 if (publicKeyArray == nullptr || seedArray == nullptr) { in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
137 jbyte *peer_public_key = env->GetByteArrayElements(publicKeyArray, 0); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
161 /* peer_public_key_len= */ env->GetArrayLength(publicKeyArray), in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
166 env->ReleaseByteArrayElements(publicKeyArray, peer_public_key, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
177 env->ReleaseByteArrayElements(publicKeyArray, peer_public_key, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
/packages/modules/AdServices/adservices/service-core/jni/include/
Dohttp_jni.h95 jlong evpKdfRef, jlong evpAeadRef, jbyteArray publicKeyArray,