Searched refs:dstCtxRef (Results 1 – 1 of 1) sorted by relevance
2473 static jint NativeCrypto_EVP_MD_CTX_copy_ex(JNIEnv* env, jclass, jobject dstCtxRef, in NativeCrypto_EVP_MD_CTX_copy_ex() argument2476 JNI_TRACE_MD("EVP_MD_CTX_copy_ex(%p. %p)", dstCtxRef, srcCtxRef); in NativeCrypto_EVP_MD_CTX_copy_ex()2477 EVP_MD_CTX* dst_ctx = fromContextObject<EVP_MD_CTX>(env, dstCtxRef); in NativeCrypto_EVP_MD_CTX_copy_ex()