Home
last modified time | relevance | path

Searched refs:SIGNER_ID_MIN_SIZE (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/plat/arm/board/tc/
Dtc_bl2_measured_boot.c24 .signer_id_size = SIGNER_ID_MIN_SIZE,
31 .signer_id_size = SIGNER_ID_MIN_SIZE,
38 .signer_id_size = SIGNER_ID_MIN_SIZE,
Dtc_bl1_measured_boot.c24 .signer_id_size = SIGNER_ID_MIN_SIZE,
31 .signer_id_size = SIGNER_ID_MIN_SIZE,
38 .signer_id_size = SIGNER_ID_MIN_SIZE,
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_bl1_measured_boot.c33 .signer_id_size = SIGNER_ID_MIN_SIZE,
40 .signer_id_size = SIGNER_ID_MIN_SIZE,
47 .signer_id_size = SIGNER_ID_MIN_SIZE,
Dfvp_bl2_measured_boot.c67 .signer_id_size = SIGNER_ID_MIN_SIZE,
74 .signer_id_size = SIGNER_ID_MIN_SIZE,
81 .signer_id_size = SIGNER_ID_MIN_SIZE,
89 .signer_id_size = SIGNER_ID_MIN_SIZE,
/trusted-firmware-a-latest/include/lib/psa/
Dmeasured_boot.h22 #define SIGNER_ID_MIN_SIZE MEASUREMENT_VALUE_MIN_SIZE macro