Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dboot_api.h365 typedef uint8_t boot_api_sha256_t[BOOT_API_SHA256_DIGEST_SIZE_IN_BYTES]; typedef
395 boot_api_sha256_t pk_hashes[];
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dboot_api.h368 typedef uint8_t boot_api_sha256_t[BOOT_API_SHA256_DIGEST_SIZE_IN_BYTES]; typedef
398 boot_api_sha256_t pk_hashes[];
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_trusted_boot.c120 param->nb_pk * sizeof(boot_api_sha256_t), calc_hash); in get_rotpk_hash()