Home
last modified time | relevance | path

Searched refs:ONCE_READ_LEN (Results 1 - 2 of 2) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_hap.h45 #define ONCE_READ_LEN (1024 * 64) macro
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c191 int32_t onceRead = (readLenLeft > ONCE_READ_LEN) ? ONCE_READ_LEN : readLenLeft; in UpdateSmallBlock()

Completed in 1 milliseconds