Searched defs:hashBuff (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/reg/ |
D | crypto_driver.h | 29 #define SBROM_CryptoHash(wBaseAddress, inputDataAddr, dataSize, hashBuff) \ argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
D | sbrt_int_func.c | 236 CCHashResult_t hashBuff) in SBRT_SHA256() 330 CCHashResult_t hashBuff, in SBRT_CryptoImageUpdate() 354 CCHashResult_t hashBuff) in SBRT_CryptoImageFinish()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_sbromlib/ |
D | bsv_hash_driver.c | 160 void FinishBsvHash(unsigned long hwBaseAddress, CCHashResult_t hashBuff) in FinishBsvHash()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/ |
D | secureboot_stage_defs.h | 83 #define CC_BsvSHA256(hwBaseAddress, pDataIn, dataSize, hashBuff) \ argument 89 …date(hwBaseAddress, mode, keyType, pCtrStateBuf, pDataIn, pDataOut, dataSize, hashBuff, isLoadIV) \ argument 92 #define BsvCryptoImageFinish(hwBaseAddress, mode, hashBuff) \ argument
|