Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp2290 static jint NativeCrypto_EVP_DigestInit_ex(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestInit_ex()
2380 jobject evpMdCtxRef, jlong evpMdRef, jobject pkeyRef) { in evpDigestSignVerifyInit()
2411 static jlong NativeCrypto_EVP_DigestSignInit(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestSignInit()
2417 static jlong NativeCrypto_EVP_DigestVerifyInit(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestVerifyInit()
2423 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jlong inPtr, jint inLength, in evpUpdate()
2447 static void evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, in evpUpdate()
2532 static void NativeCrypto_EVP_DigestUpdateDirect(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestUpdateDirect()
2537 static void NativeCrypto_EVP_DigestUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestUpdate()
2556 static void NativeCrypto_EVP_DigestSignUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestSignUpdate()
2562 static void NativeCrypto_EVP_DigestSignUpdateDirect(JNIEnv* env, jclass, jobject evpMdCtxRef, in NativeCrypto_EVP_DigestSignUpdateDirect()
[all …]