Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 38) sorted by relevance

12

/optee_os/lib/libutils/isoc/include/
A Dstdio.h11 typedef struct _FILE FILE; typedef
31 extern FILE *stdout;
32 extern FILE *stderr;
40 int fputc(int c, FILE *stream);
41 int fputs(const char *s, FILE *stream);
42 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream);
/optee_os/out/arm/export-ta_arm32/include/
A Dstdio.h11 typedef struct _FILE FILE; typedef
31 extern FILE *stdout;
32 extern FILE *stderr;
40 int fputc(int c, FILE *stream);
41 int fputs(const char *s, FILE *stream);
42 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream);
/optee_os/out/arm/export-ta_arm64/include/
A Dstdio.h11 typedef struct _FILE FILE; typedef
31 extern FILE *stdout;
32 extern FILE *stderr;
40 int fputc(int c, FILE *stream);
41 int fputs(const char *s, FILE *stream);
42 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream);
/optee_os/lib/libmbedtls/mbedtls/library/
A Dplatform.c209 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit()
219 int (*mbedtls_fprintf)( FILE *, const char *, ... ) =
222 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *, const char *, ... ) ) in mbedtls_platform_set_fprintf() argument
285 FILE *file; in mbedtls_platform_std_nv_seed_read()
304 FILE *file; in mbedtls_platform_std_nv_seed_write()
/optee_os/lib/libutils/isoc/
A Dfp.c15 FILE *stdout = &_fake_stdout;
16 FILE *stderr = &_fake_stderr;
A Dfputc.c9 int fputc(int c, FILE *stream) in fputc()
A Dfputs.c10 int fputs(const char *s, FILE *stream) in fputs()
A Dfwrite.c10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite()
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dplatform.h167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
A Dbignum.h464 int mbedtls_mpi_read_file( mbedtls_mpi *X, int radix, FILE *fin );
482 int radix, FILE *fout );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dplatform.h167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dplatform.h167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dplatform.h167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
A Dbignum.h464 int mbedtls_mpi_read_file( mbedtls_mpi *X, int radix, FILE *fin );
482 int radix, FILE *fout );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dplatform.h167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
A Dhash_file.c27 FILE *in; in hash_file()
A Dhash_filehandle.c26 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) in hash_filehandle()
/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305_file.c40 FILE *in; in poly1305_file()
/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_file.c46 FILE *in; in xcbc_file()
/optee_os/core/lib/libtomcrypt/src/mac/blake2/
A Dblake2bmac_file.c35 FILE *in; in blake2bmac_file()
A Dblake2smac_file.c35 FILE *in; in blake2smac_file()
/optee_os/core/lib/libtomcrypt/src/mac/f9/
A Df9_file.c46 FILE *in; in f9_file()
/optee_os/core/lib/libtomcrypt/src/mac/omac/
A Domac_file.c46 FILE *in; in omac_file()
/optee_os/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_file.c46 FILE *in; in pmac_file()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_file.c43 FILE *in; in hmac_file()

Completed in 19 milliseconds

12