Home
last modified time | relevance | path

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

/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davb-challenge-verify.py20 product_id_hash = sha256(product_id_data).digest()
22 if (product_id_hash != challenge_data[4:36]) :
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_atx_types.h82 uint8_t product_id_hash[AVB_SHA256_DIGEST_SIZE]; member
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c379 out_unlock_challenge->product_id_hash); in avb_atx_generate_unlock_challenge()