Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/provision/
Dotp_provision.c29 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ macro
74 .iak_len = { INT2LE(32) },
77 .iak_type= { INT2LE(PSA_ALG_HMAC(PSA_ALG_SHA_256))},
80 .iak_type= { INT2LE(PSA_ECC_FAMILY_SECP_R1) },
92 .lcs= {INT2LE(PLAT_OTP_LCS_SECURED)},
Dnvmcnt_init.c23 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ macro
Dnvm_init.c23 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ macro