Home
last modified time | relevance | path

Searched defs:inJavaBytes (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp2382 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, in evpUpdate()
2473 jbyteArray inJavaBytes, jint inOffset, jint inLength) { in NativeCrypto_EVP_DigestUpdate()
2492 jbyteArray inJavaBytes, jint inOffset, jint inLength) { in NativeCrypto_EVP_DigestSignUpdate()
2504 jbyteArray inJavaBytes, jint inOffset, jint inLength) { in NativeCrypto_EVP_DigestVerifyUpdate()
2609 jbyteArray outJavaBytes, jint outOffset, jbyteArray inJavaBytes, in evpPkeyEncryptDecrypt()