Searched refs:ciphertextLen (Results 1 – 2 of 2) sorted by relevance
550 size_t ciphertextLen = env->GetArrayLength(cipherTextArray); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen() local552 std::vector<uint8_t> plaintext(ciphertextLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen()560 ciphertextLen, nullptr, 0)) { in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen()631 size_t ciphertextLen; in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadSeal() local634 &ciphertextLen, in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadSeal()655 encryptedData.resize(ciphertextLen + nonceLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadSeal()657 jbyteArray encryptedDataArray = env->NewByteArray(ciphertextLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadSeal()658 env->SetByteArrayRegion(encryptedDataArray, 0, ciphertextLen, in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadSeal()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...