Searched refs:computed_hash (Results 1 – 2 of 2) sorted by relevance
39 uint8_t* computed_hash; in avb_vbmeta_image_verify() local186 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()
636 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