Home
last modified time | relevance | path

Searched defs:AVB_SHA256_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c46 uint8_t hash[AVB_SHA256_DIGEST_SIZE]) { in sha256()
70 static void sha256_str(const char* str, uint8_t hash[AVB_SHA256_DIGEST_SIZE]) { in sha256_str()
77 const uint8_t expected_hash[AVB_SHA256_DIGEST_SIZE]) { in verify_permanent_attributes()
155 const uint8_t expected_usage[AVB_SHA256_DIGEST_SIZE]) { in verify_certificate()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_crypto.h53 #define AVB_SHA256_DIGEST_SIZE 32 macro
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c385 uint8_t hash[AVB_SHA256_DIGEST_SIZE]) in avb_read_perm_attr_hash()