Searched refs:ciphertextArray (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| D | native_crypto.cc | 575 ScopedLocalRef<jbyteArray> ciphertextArray( in rsaDecryptWithPrivateKey() local 583 ScopedByteArrayRW ciphertextBytes(env, ciphertextArray.get()); in rsaDecryptWithPrivateKey() 595 privateKey, padding, ciphertextArray.get())); in rsaDecryptWithPrivateKey() 4067 jbyteArray ciphertextArray, jbyteArray aadArray) { in NativeCrypto_EVP_HPKE_CTX_open() argument 4070 JNI_TRACE("EVP_HPKE_CTX_open(%p, %p, %p)", ctx, ciphertextArray, aadArray); in NativeCrypto_EVP_HPKE_CTX_open() 4077 if (ciphertextArray == nullptr) { in NativeCrypto_EVP_HPKE_CTX_open() 4082 ScopedByteArrayRO ciphertext(env, ciphertextArray); in NativeCrypto_EVP_HPKE_CTX_open() 4170 …ScopedLocalRef<jbyteArray> ciphertextArray(env, env->NewByteArray(static_cast<jsize>(encryptedLen)… in NativeCrypto_EVP_HPKE_CTX_seal() local 4171 if (ciphertextArray.get() == nullptr) { in NativeCrypto_EVP_HPKE_CTX_seal() 4174 ScopedByteArrayRW ciphertextBytes(env, ciphertextArray.get()); in NativeCrypto_EVP_HPKE_CTX_seal() [all …]
|