Searched defs:jniName (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4006 static jint evpInit(JNIEnv* env, jobject evpMdCtxRef, jlong evpMdRef, const char* jniName, argument
4010 JNI_TRACE_MD("%s(%p, %p)", jniName, ctx, evp_md);
4021 bool exception = throwExceptionIfNecessary(env, jniName);
4023 JNI_TRACE("%s(%p) => threw exception", jniName, evp_md);
4027 JNI_TRACE_MD("%s(%p, %p) => %d", jniName, ctx, evp_md, ok);
4135 jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *,
4139 JNI_TRACE_MD("%s(%p, %p, %d, %d)", jniName, mdCtx, inJavaBytes, inOffset, inLength);
4163 JNI_TRACE("ctx=%p %s => threw exception", mdCtx, jniName);
4164 throwExceptionIfNecessary(env, jniName);
4167 JNI_TRACE_MD("%s(%p, %p, %d, %d) => success", jniName, mdCt
4134 evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, size_t)) argument
[all...]

Completed in 137 milliseconds