Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc628 ScopedByteArrayRW ciphertextBytes(env, ciphertextArray.get()); in rsaDecryptWithPrivateKey() local
629 if (ciphertextBytes.get() == nullptr) { in rsaDecryptWithPrivateKey()
634 memcpy(ciphertextBytes.get(), ciphertext, ciphertext_len); in rsaDecryptWithPrivateKey()