Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dincfs.cpp622 auto hashAlgo = read<int32_t>(signature); in validateSignatureFormat() local
623 if (hashAlgo.value_or(-1) != INCFS_HASH_TREE_SHA256) { in validateSignatureFormat()