Searched refs:cipherTextArray (Results 1 – 4 of 4) sorted by relevance
/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/ |
D | OhttpJniWrapper.java | 271 byte[] cipherTextArray) { in aeadOpen() argument 273 return aeadOpen(aeadNativeRef.getAddress(), keyArray, nonceArray, cipherTextArray); in aeadOpen() 338 long aeadNativeRef, byte[] keyArray, byte[] nonceArray, byte[] cipherTextArray); in aeadOpen() argument
|
D | IOhttpJniWrapper.java | 140 byte[] cipherTextArray); in aeadOpen() argument
|
/packages/modules/AdServices/adservices/service-core/jni/cpp/ |
D | ohttp_jni.cpp | 522 jbyteArray nonceArray, jbyteArray cipherTextArray) { in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen() argument 525 nonceArray, cipherTextArray); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen() 549 jbyte *ciphertext = env->GetByteArrayElements(cipherTextArray, 0); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen() 550 size_t ciphertextLen = env->GetArrayLength(cipherTextArray); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen() 564 env->ReleaseByteArrayElements(cipherTextArray, ciphertext, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen() 570 env->ReleaseByteArrayElements(cipherTextArray, ciphertext, JNI_ABORT); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen()
|
/packages/modules/AdServices/adservices/service-core/jni/include/ |
D | ohttp_jni.h | 173 jbyteArray nonceArray, jbyteArray cipherTextArray);
|