/optee_os/lib/libutils/isoc/include/ |
A D | stdio.h | 11 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 D | stdio.h | 11 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 D | stdio.h | 11 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 D | platform.c | 209 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 D | fp.c | 15 FILE *stdout = &_fake_stdout; 16 FILE *stderr = &_fake_stderr;
|
A D | fputc.c | 9 int fputc(int c, FILE *stream) in fputc()
|
A D | fputs.c | 10 int fputs(const char *s, FILE *stream) in fputs()
|
A D | fwrite.c | 10 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 D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
|
A D | bignum.h | 464 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 D | platform.h | 167 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 D | platform.h | 167 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 D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 178 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
|
A D | bignum.h | 464 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 D | platform.h | 167 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 D | hash_file.c | 27 FILE *in; in hash_file()
|
A D | hash_filehandle.c | 26 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 D | poly1305_file.c | 40 FILE *in; in poly1305_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/xcbc/ |
A D | xcbc_file.c | 46 FILE *in; in xcbc_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/blake2/ |
A D | blake2bmac_file.c | 35 FILE *in; in blake2bmac_file()
|
A D | blake2smac_file.c | 35 FILE *in; in blake2smac_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/f9/ |
A D | f9_file.c | 46 FILE *in; in f9_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/omac/ |
A D | omac_file.c | 46 FILE *in; in omac_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/pmac/ |
A D | pmac_file.c | 46 FILE *in; in pmac_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
A D | hmac_file.c | 43 FILE *in; in hmac_file()
|