Searched refs:Val (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/ |
D | rsa_hwdefs.h | 209 #define RSA_HW_PKI_HW_LOAD_VALUE_TO_PKA_MEM(VirtualHwBaseAddr, Addr, Val) \ argument 213 SB_HAL_WRITE_REGISTER( SB_REG_ADDR(VirtualHwBaseAddr, PKA_SRAM_WDATA), (Val)); \ 216 #define RSA_HW_PKI_HW_LOAD_VALUE_TO_PKA_MEM(VirtualHwBaseAddr, Addr, Val) \ 220 UTIL_ReverseMemCopy((uint8_t*)&tempVal , (uint8_t*)&Val , sizeof(uint32_t) ); \ 272 #define RSA_HW_PKI_HW_READ_VALUE_FROM_PKA_MEM(VirtualHwBaseAddr, Addr, Val) \ argument 278 (Val) = dummy; \ 281 #define RSA_HW_PKI_HW_READ_VALUE_FROM_PKA_MEM(VirtualHwBaseAddr, Addr, Val) \ 287 (Val) = dummy; \ 288 UTIL_ReverseBuff((uint8_t*)&Val , sizeof(uint32_t) ); \ 328 #define RSA_HW_PKI_HW_LOAD_VALUE_TO_PKA_MEM( VirtualHwBaseAddr , Addr , Val ) \ [all …]
|
D | rsa_pki_pka.h | 380 #define RSA_PKA_WRITE_WORD_TO_REG(Val,i,VirtReg, VirtualHwBaseAddr) {\ argument 384 RSA_HW_PKI_HW_LOAD_VALUE_TO_PKA_MEM(VirtualHwBaseAddr, currAddr+(i), (Val));\
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/ |
D | sw_hash_common.c | 44 uint32_t Val, in HASH_COMMON_IncMsbUnsignedCounter() argument 71 CounterBuff_ptr[CounterSize-1] += Val; in HASH_COMMON_IncMsbUnsignedCounter() 129 uint32_t Val, in HASH_COMMON_IncLsbUnsignedCounter() argument 155 CounterBuff_ptr[0] += Val; in HASH_COMMON_IncLsbUnsignedCounter()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pka_hw_defs.h | 280 #define PKA_HW_LOAD_VALUE_TO_PKA_MEM(Addr, Val) \ argument 285 CC_HAL_WRITE_REGISTER(CC_REG_OFFSET(CRY_KERNEL, PKA_SRAM_WDATA), (Val)); \ 308 #define PKA_HW_READ_VALUE_FROM_PKA_MEM(Addr, Val) \ argument 316 (Val) = dummy; \
|
D | pka.h | 260 #define PKA_WRITE_WORD_TO_REG(Val,i,VirtReg) {\ argument 263 PKA_HW_LOAD_VALUE_TO_PKA_MEM(addr+(i),(Val));\
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/ |
D | cc_common_math.h | 215 uint32_t Val, 239 uint32_t Val, 262 uint32_t Val,
|
D | cc_common_math.c | 46 uint32_t Val, in CC_CommonIncMsbUnsignedCounter() argument 74 CounterBuff_ptr[CounterSize-1] += Val; in CC_CommonIncMsbUnsignedCounter() 164 uint32_t Val, in CC_CommonDecrLsbUnsignedCounter() argument 181 borrow = Val; in CC_CommonDecrLsbUnsignedCounter()
|