Searched refs:evpUpdate (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2735 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jlong inPtr, jint inLength, in evpUpdate() function 2759 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, in evpUpdate() function 2847 evpUpdate(env, evpMdCtxRef, inPtr, inLength, "EVP_DigestUpdateDirect", EVP_DigestUpdate); in NativeCrypto_EVP_DigestUpdateDirect() 2853 evpUpdate(env, evpMdCtxRef, inJavaBytes, inOffset, inLength, "EVP_DigestUpdate", in NativeCrypto_EVP_DigestUpdate() 2861 evpUpdate(env, evpMdCtxRef, inJavaBytes, inOffset, inLength, "EVP_DigestSignUpdate", in NativeCrypto_EVP_DigestSignUpdate() 2868 evpUpdate(env, evpMdCtxRef, inPtr, inLength, "EVP_DigestSignUpdateDirect", in NativeCrypto_EVP_DigestSignUpdateDirect() 2876 evpUpdate(env, evpMdCtxRef, inJavaBytes, inOffset, inLength, "EVP_DigestVerifyUpdate", in NativeCrypto_EVP_DigestVerifyUpdate() 2883 evpUpdate(env, evpMdCtxRef, inPtr, inLength, "EVP_DigestVerifyUpdateDirect", in NativeCrypto_EVP_DigestVerifyUpdateDirect()
|