Searched defs:update_func (Results 1 - 1 of 1) sorted by last modified time

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4135 jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *,
4162 if (!update_func(mdCtx, tmp + inOffset, inLength)) {
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

Completed in 221 milliseconds