Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/acrnprobe/include/
A Dproperty.h26 #define VERSION_SIZE 256 macro
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dprobeutils.c108 char buf[VERSION_SIZE]; in compute_key()
122 len = snprintf(buf, VERSION_SIZE, "%s%s%lld", in compute_key()
124 if (s_not_expect(len , VERSION_SIZE)) in compute_key()
130 EVP_DigestUpdate(mdctx, (unsigned char *)buf, strnlen(buf, VERSION_SIZE)); in compute_key()
137 SHA256_Update(&sha, (unsigned char *)buf, strnlen(buf, VERSION_SIZE)); in compute_key()

Completed in 5 milliseconds