Searched refs:jniName (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 4368 static jint evpInit(JNIEnv* env, jobject evpMdCtxRef, jlong evpMdRef, const char* jniName, argument 4372 JNI_TRACE_MD("%s(%p, %p)", jniName, ctx, evp_md); 4375 JNI_TRACE("%s(%p) => ctx == NULL", jniName, evp_md); 4384 bool exception = throwExceptionIfNecessary(env, jniName); 4386 JNI_TRACE("%s(%p) => threw exception", jniName, evp_md); 4390 JNI_TRACE_MD("%s(%p, %p) => %d", jniName, ctx, evp_md, ok); 4525 jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, argument 4529 JNI_TRACE_MD("%s(%p, %p, %d, %d)", jniName, mdCtx, inJavaBytes, inOffset, inLength); 4553 JNI_TRACE("ctx=%p %s => threw exception", mdCtx, jniName); 4554 throwExceptionIfNecessary(env, jniName); [all …]
|