Home
last modified time | relevance | path

Searched refs:jniName (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp4279 const char* jniName, argument
4283 JNI_TRACE("%s => mdCtx == NULL", jniName);
4289 JNI_TRACE("ctx=%p %s => pkey == NULL", mdCtx, jniName);
4292 JNI_TRACE("%s(%p, %p, %p) <- ptr", jniName, mdCtx, md, pkey);
4295 JNI_TRACE("ctx=%p %s => md == NULL", mdCtx, jniName);
4302 JNI_TRACE("ctx=%p %s => threw exception", mdCtx, jniName);
4303 throwExceptionIfNecessary(env, jniName);
4307 JNI_TRACE("%s(%p, %p, %p) => success", jniName, mdCtx, md, pkey);
4324 const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, size_t)) argument
4328 JNI_TRACE_MD("%s(%p, %p, %d)", jniName, mdCtx, p, inLength);
[all …]