Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2591 static jint NativeCrypto_EVP_DigestInit_ex(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestInit_ex()
2681 const char* jniName, jobject evpMdCtxRef, jlong evpMdRef, in evpDigestSignVerifyInit()
2713 static jlong NativeCrypto_EVP_DigestSignInit(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestSignInit()
2720 static jlong NativeCrypto_EVP_DigestVerifyInit(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestVerifyInit()
2727 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jlong inPtr, jint inLength, in evpUpdate()
2751 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, in evpUpdate()
2836 static void NativeCrypto_EVP_DigestUpdateDirect(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestUpdateDirect()
2842 static void NativeCrypto_EVP_DigestUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestUpdate()
2849 static void NativeCrypto_EVP_DigestSignUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestSignUpdate()
2857 static void NativeCrypto_EVP_DigestSignUpdateDirect(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestSignUpdateDirect()
[all …]