Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/util/
Dutil.h33 #define UTIL_REVERT_UINT32_BYTES( val ) \ macro
36 #define UTIL_REVERT_UINT32_BYTES( val ) (val)
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h100 #define UTIL_REVERT_UINT32_BYTES( val ) \ macro
103 #define UTIL_REVERT_UINT32_BYTES( val ) (val) macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/nvm/cc3x_nvm_rt/
Dnvm_otp.c102 PubKeyHASH[i] = UTIL_REVERT_UINT32_BYTES( PubKeyHASH[i] ); in NVM_ReadHASHPubKey()