/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/ |
D | test_pal_log.h | 222 #define TEST_FPRINTF_ERROR(fd, format, ...) {\ argument 274 #define TEST_FPRINTF(fd, format, ...) {\ argument 309 #define TEST_FPRINTF_NO_FUNC(fd, format, ...) {\ 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 395 #define TEST_FPRINTF(fd, format, ...) do { } while (0) argument 397 #define TEST_FPRINTF_NO_FUNC(fd, format, ...) 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
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | test_log.h | 19 #define TEST_FPRINTF_ERROR(fd, format, ...) {\ argument 64 #define TEST_FPRINTF(fd, format, ...) {\ argument 80 #define TEST_FPRINTF1(fd, format, ...) {\ 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 159 #define TEST_FPRINTF(fd, format, ...) do{ }while(0) argument 165 #define TEST_FPRINT_LONG_NUM(fd, buffName, buff, size) do{ }while(0) argument 166 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) do{ }while(0) argument 167 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) do{ }while(0) argument
|
D | applet_list.c | 33 uint8_t getLoadedApplets(IN_PARAM int fd , OUT_PARAM uint8_t *pBuff) in getLoadedApplets() 64 uint8_t clearAllApplets(IN_PARAM int fd) in clearAllApplets() 95 uint8_t loadApplet(IN_PARAM int fd , uint8_t slotId) in loadApplet() 126 uint8_t unloadApplet(IN_PARAM int fd , OUT_PARAM uint8_t *pBuff,uint8_t slotId) in unloadApplet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_util_files.c | 26 FILE *fd; in CC_CommonUtilCopyDataFromRawTextFile() local 101 FILE *fd; in CC_CommonUtilCopyDataFromTextFile() local 221 FILE *fd; in CC_CommonUtilCopyDataFromBinFile() local 294 FILE *fd; in CC_CommonUtilCopyBuffToBinFile() local
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
D | test_pal_log.c | 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 68 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf() 94 void Test_PalFprintByteBuff(void *fd, const char *function, in Test_PalFprintByteBuff() 105 void Test_PalFprintfByteBuffMax(void *fd, const char *function, in Test_PalFprintfByteBuffMax()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
D | test_pal_log.c | 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 68 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf() 94 void Test_PalFprintByteBuff(void *fd, const char *function, in Test_PalFprintByteBuff() 105 void Test_PalFprintfByteBuffMax(void *fd, const char *function, in Test_PalFprintfByteBuffMax()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
D | test_pal_log.c | 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 68 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf() 94 void Test_PalFprintByteBuff(void *fd, const char *function, in Test_PalFprintByteBuff() 105 void Test_PalFprintfByteBuffMax(void *fd, const char *function, in Test_PalFprintfByteBuffMax()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
D | test_pal_log.c | 37 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 88 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf() 126 void Test_PalFprintByteBuff(void *fd, const char *function, in Test_PalFprintByteBuff() 144 void Test_PalFprintfByteBuffMax(void *fd, const char *function, in Test_PalFprintfByteBuffMax()
|
D | test_pal_map_addrs.c | 33 int fd; member
|
/trusted-firmware-m-3.7.0/interface/include/mbedtls/ |
D | net_sockets.h | 90 int fd; member
|
/trusted-firmware-m-3.7.0/platform/ext/common/ |
D | uart_stdout.c | 74 int _write(int fd, char *str, int len) in _write()
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | retarget.c | 769 int _write (int fd, char *ptr, int len) in _write() 786 int _read (int fd, char *ptr, int len) in _read()
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | retarget.c | 681 int _write(int fd, char *ptr, int len) in _write() 700 int _read(int fd, char *ptr, int len) in _read()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_lib/ |
D | main.c | 114 FILE *fd = NULL; in SBU_AES_CTR_EncryptFile() local
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/ |
D | main.c | 277 FILE *fd = NULL; in SBU_AES_CTR_EncryptFile() local
|