Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp2474 int update_func_result = -1; in evpUpdate() local
2483 update_func_result = update_func(mdCtx, reinterpret_cast<const unsigned char*>(buf), in evpUpdate()
2498 update_func_result = in evpUpdate()
2501 if (!update_func_result) { in evpUpdate()
2519 update_func_result = update_func(mdCtx, buf + in_offset, static_cast<size_t>(in_size)); in evpUpdate()
2523 if (!update_func_result) { in evpUpdate()