Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_log.h222 #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/
Dtest_log.h19 #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
Dapplet_list.c33 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/
Dcommon_util_files.c26 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/
Dtest_pal_log.c34 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/
Dtest_pal_log.c34 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/
Dtest_pal_log.c34 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/
Dtest_pal_log.c37 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()
Dtest_pal_map_addrs.c33 int fd; member
/trusted-firmware-m-3.7.0/interface/include/mbedtls/
Dnet_sockets.h90 int fd; member
/trusted-firmware-m-3.7.0/platform/ext/common/
Duart_stdout.c74 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/
Dretarget.c769 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/
Dretarget.c681 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/
Dmain.c114 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/
Dmain.c277 FILE *fd = NULL; in SBU_AES_CTR_EncryptFile() local