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/conscrypt/
Dnative_crypto.cc2719 int update_func_result = -1; in evpUpdate() local
2728 update_func_result = update_func(mdCtx, reinterpret_cast<const unsigned char*>(buf), in evpUpdate()
2743 update_func_result = in evpUpdate()
2746 if (!update_func_result) { in evpUpdate()
2764 update_func_result = update_func(mdCtx, buf + in_offset, static_cast<size_t>(in_size)); in evpUpdate()
2768 if (!update_func_result) { in evpUpdate()