Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_vbmeta_image.c39 uint8_t* computed_hash; in avb_vbmeta_image_verify() local
186 computed_hash = avb_sha256_final(&sha256_ctx); in avb_vbmeta_image_verify()
197 computed_hash = avb_sha512_final(&sha512_ctx); in avb_vbmeta_image_verify()
205 computed_hash, in avb_vbmeta_image_verify()
/external/autotest/client/common_lib/
Dutils.py636 computed_hash = hashlib.new(hashtype)
639 computed_hash = md5.new()
641 computed_hash = sha.new()
645 computed_hash.update(input.encode())
647 computed_hash.update(input)
650 return computed_hash