/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | test_log.h | 33 #define TEST_PRINT_WORD_BUFF_TRACE(buffName, size, buff) {\ argument 45 #define TEST_PRINT_BYTE_BUFF_TRACE(buffName, size, buff) {\ argument 85 #define TEST_PRINT_WORD_BUFF(buffName, size, buff) {\ argument 98 #define TEST_PRINT_BYTE_BUFF(buffName, size, buff) {\ argument 110 #define TEST_PRINT_BYTE_BUFFP(buffName, size, buff) {\ argument 123 #define TEST_FPRINT_LONG_NUM(fd, buffName, buff, size) {\ argument 133 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) {\ argument 145 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) {\ argument 162 #define TEST_PRINT_BYTE_BUFF(str, size, buff) do{ }while(0) argument 163 #define TEST_PRINT_BYTE_BUFFP(buffName, size, buff) do{ }while(0) argument [all …]
|
D | tests_hw_access.c | 426 unsigned int testReadOtp(unsigned int offset, unsigned int size, uint32_t *buff) in testReadOtp()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_util_log.h | 24 #define UTIL_LOG_BYTE_BUFF(str, buff, size) {\ argument 36 #define UTIL_LOG_WORD_BUFF(str, buff, wordSize) {\ argument 50 #define UTIL_LOG_BYTE_BUFF(str, buff, size) do{ }while(0) argument 51 #define UTIL_LOG_WORD_BUFF(str, buff, size) do{ }while(0) argument 55 #define UTIL_REVERSE_WORD_ORDER(buff, buffSize) {\ argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/ |
D | test_pal_log.h | 328 #define TEST_PRINT_BYTE_BUFF(buffName, buff, size) {\ argument 347 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) {\ argument 367 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) {\ argument 386 #define TEST_PRINT_WORD_BUFF(buffName, buff, size) {\ argument 398 #define TEST_PRINT_BYTE_BUFF(buffName, buff, size) do { } while (0) argument 399 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) do { } while (0) argument 400 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) do { } while (0) argument 401 #define TEST_PRINT_WORD_BUFF(buffName, buff, size) do { } while (0) argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
D | test_pal_log.c | 77 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 118 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
D | test_pal_log.c | 77 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 118 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
D | test_pal_thread.c | 130 char buff[8]; in Test_PalThreadCreate() local
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
D | test_pal_log.c | 77 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 118 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
D | test_pal_log.c | 110 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 127 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 145 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 165 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/flash/ |
D | its_flash_nor.c | 50 uint32_t addr, uint8_t *buff, size_t size) in flash_read_unaligned() 125 uint32_t block_id, uint8_t *buff, in its_flash_nor_read() 138 uint32_t block_id, const uint8_t *buff, in its_flash_nor_write()
|
D | its_flash_ram.c | 35 uint32_t block_id, uint8_t *buff, in its_flash_ram_read() 46 uint32_t block_id, const uint8_t *buff, in its_flash_ram_write()
|
D | its_flash_nand.c | 55 uint32_t block_id, uint8_t *buff, in its_flash_nand_read() 142 uint32_t block_id, const uint8_t *buff, in its_flash_nand_write()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/ |
D | sha1_alt.h | 28 uint32_t buff[CC_HASH_USER_CTX_SIZE_IN_WORDS]; // defined in cc_hash_defs_proj.h member
|
D | sha256_alt.h | 28 uint32_t buff[CC_HASH_USER_CTX_SIZE_IN_WORDS]; // defined in cc_hash_defs.h member
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/ |
D | cc_ec_edw_api.h | 64 uint32_t buff[CC_EC_EDW_TEMP_BUFF_SIZE_IN_32BIT_WORD]; member
|
D | mbedtls_cc_chacha.h | 97 uint32_t buff[CC_CHACHA_USER_CTX_SIZE_IN_WORDS]; /*!< The context buffer for internal use */ member
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
D | run_integration_flash.c | 41 static RunItError_t runIt_flashValidateInput(uint32_t addr, size_t len, uint8_t* buff) in runIt_flashValidateInput()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_utils/ |
D | hbk_gen_util.py | 52 def CreateWordList(buff, buffWordSize, endiannes): argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_utils/ |
D | hbk_gen_util.py | 52 def CreateWordList(buff, buffWordSize, endiannes): argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_hash_defs.h | 126 uint32_t buff[CC_HASH_USER_CTX_SIZE_IN_WORDS]; member
|
D | cc_aes_defs.h | 129 uint32_t buff[CC_AES_USER_CTX_SIZE_IN_WORDS] ; member
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/ |
D | aes_driver.c | 24 #define SET_ZEROS(buff, size) {\ argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
D | cc_pal_perf_plat.c | 178 char buff[CC_PALPERFDUMP_LENGTH]; in CC_PalPerfDump() local
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/ |
D | test_proj_otp.c | 29 void Test_ProjWriteOtpField(uint32_t offsetInWords, uint32_t sizeWords, uint32_t *buff) in Test_ProjWriteOtpField()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/ |
D | fsl_debug_console.c | 1157 uint8_t buff[512]; in __write() local
|