Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/bl2/src/
Dshared_data.c32 #define SIG_BUF_SIZE (MCUBOOT_SIGN_RSA_LEN / 8) macro
35 #define SIG_BUF_SIZE (64) /* Curve byte (32) * 2 for EC-256 */ macro
38 #define SIG_BUF_SIZE (96) /* Curve byte (48) * 2 for EC-384 */ macro
89 uint8_t key_buf[SIG_BUF_SIZE + SIG_EXTRA_BYTES]; in collect_image_measurement_and_metadata()