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.cc624 ScopedByteArrayRW ciphertextBytes(env, ciphertextArray.get()); in rsaDecryptWithPrivateKey() local
625 if (ciphertextBytes.get() == nullptr) { in rsaDecryptWithPrivateKey()
630 memcpy(ciphertextBytes.get(), ciphertext, ciphertext_len); in rsaDecryptWithPrivateKey()