Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c57 size_t hlen = mbedtls_md_get_size(mdInfo); in ComputeBlockHash() local
58 if (hlen == 0 || hlen > MAX_HASH_SIZE) { in ComputeBlockHash()
75 unsigned char *outbuf = APPV_MALLOC(hlen); in ComputeBlockHash()
78 HapPutData(result, *offset, outbuf, hlen); in ComputeBlockHash()
79 *offset += hlen; in ComputeBlockHash()
80 (void)memset_s(outbuf, hlen, 0, hlen); in ComputeBlockHash()
161 const mbedtls_md_info_t *mdInfo, int32_t readLen, size_t *hlen) in HapUpdateDigistHead()
168 *hlen in HapUpdateDigistHead()
159 HapUpdateDigistHead( int32_t digestAlgorithm, mbedtls_md_context_t *mdCtx, const mbedtls_md_info_t *mdInfo, int32_t readLen, size_t *hlen) HapUpdateDigistHead() argument
217 size_t hlen = 0; ComputerFileHash() local
[all...]

Completed in 2 milliseconds