Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 25) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtest_log.h33 #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 …]
Dtests_hw_access.c426 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/
Dcommon_util_log.h24 #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/
Dtest_pal_log.h328 #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/
Dtest_pal_log.c77 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/
Dtest_pal_log.c77 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()
Dtest_pal_thread.c130 char buff[8]; in Test_PalThreadCreate() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/
Dtest_pal_log.c77 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/
Dtest_pal_log.c110 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/
Dits_flash_nor.c50 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()
Dits_flash_ram.c35 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()
Dits_flash_nand.c55 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/
Dsha1_alt.h28 uint32_t buff[CC_HASH_USER_CTX_SIZE_IN_WORDS]; // defined in cc_hash_defs_proj.h member
Dsha256_alt.h28 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/
Dcc_ec_edw_api.h64 uint32_t buff[CC_EC_EDW_TEMP_BUFF_SIZE_IN_32BIT_WORD]; member
Dmbedtls_cc_chacha.h97 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/
Drun_integration_flash.c41 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/
Dhbk_gen_util.py52 def CreateWordList(buff, buffWordSize, endiannes): argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_utils/
Dhbk_gen_util.py52 def CreateWordList(buff, buffWordSize, endiannes): argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_hash_defs.h126 uint32_t buff[CC_HASH_USER_CTX_SIZE_IN_WORDS]; member
Dcc_aes_defs.h129 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/
Daes_driver.c24 #define SET_ZEROS(buff, size) {\ argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_perf_plat.c178 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/
Dtest_proj_otp.c29 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/
Dfsl_debug_console.c1157 uint8_t buff[512]; in __write() local