Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_atx_types.h45 #define AVB_ATX_UNLOCK_CHALLENGE_SIZE 16 macro
83 uint8_t challenge[AVB_ATX_UNLOCK_CHALLENGE_SIZE];
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c40 static uint8_t last_unlock_challenge[AVB_ATX_UNLOCK_CHALLENGE_SIZE];
370 atx_ops, AVB_ATX_UNLOCK_CHALLENGE_SIZE, last_unlock_challenge); in avb_atx_generate_unlock_challenge()
382 AVB_ATX_UNLOCK_CHALLENGE_SIZE); in avb_atx_generate_unlock_challenge()
459 sha512(last_unlock_challenge, AVB_ATX_UNLOCK_CHALLENGE_SIZE, challenge_hash); in avb_atx_validate_unlock_credential()