Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc616 ScopedLocalRef<jbyteArray> ciphertextArray(env, in rsaDecryptWithPrivateKey() local
624 ScopedByteArrayRW ciphertextBytes(env, ciphertextArray.get()); in rsaDecryptWithPrivateKey()
643 privateKey, padding, ciphertextArray.get())); in rsaDecryptWithPrivateKey()