| /optee_os/lib/libutils/isoc/include/ |
| H 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/ |
| H A D | platform.c | 197 static int platform_fprintf_uninit(FILE *stream, const char *format, ...) in platform_fprintf_uninit() 207 int (*mbedtls_fprintf)(FILE *, const char *, ...) = 210 int mbedtls_platform_set_fprintf(int (*fprintf_func)(FILE *, const char *, ...)) in mbedtls_platform_set_fprintf() argument 222 static void platform_setbuf_uninit(FILE *stream, char *buf) in platform_setbuf_uninit() 230 void (*mbedtls_setbuf)(FILE *stream, char *buf) = MBEDTLS_PLATFORM_STD_SETBUF; 232 int mbedtls_platform_set_setbuf(void (*setbuf_func)(FILE *stream, char *buf)) in mbedtls_platform_set_setbuf() 295 FILE *file; in mbedtls_platform_std_nv_seed_read() 317 FILE *file; in mbedtls_platform_std_nv_seed_write()
|
| H A D | psa_its_file.c | 76 FILE **p_stream) in psa_its_read_file() 111 FILE *stream = NULL; in psa_its_get_info() 126 FILE *stream = NULL; in psa_its_get() 186 FILE *stream = NULL; in psa_its_set() 241 FILE *stream; in psa_its_remove()
|
| H A D | entropy_poll.c | 153 FILE *file; in mbedtls_platform_entropy_poll()
|
| H A D | hmac_drbg.c | 429 FILE *f; in mbedtls_hmac_drbg_write_seed_file() 460 FILE *f = NULL; in mbedtls_hmac_drbg_update_seed_file()
|
| H A D | entropy.c | 409 FILE *f = NULL; in mbedtls_entropy_write_seed_file() 445 FILE *f; in mbedtls_entropy_update_seed_file()
|
| H A D | ctr_drbg.c | 724 FILE *f; in mbedtls_ctr_drbg_write_seed_file() 757 FILE *f = NULL; in mbedtls_ctr_drbg_update_seed_file()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | fp.c | 15 FILE *stdout = &_fake_stdout; 16 FILE *stderr = &_fake_stderr;
|
| H A D | fputs.c | 10 int fputs(const char *s, FILE *stream) in fputs()
|
| H A D | fputc.c | 9 int fputc(int c, FILE *stream) in fputc()
|
| H A D | fwrite.c | 10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | platform.h | 176 extern int (*mbedtls_fprintf)(FILE *stream, const char *format, ...); 187 int mbedtls_platform_set_fprintf(int (*fprintf_func)(FILE *stream, const char *, 317 extern void (*mbedtls_setbuf)(FILE *stream, char *buf); 329 FILE *stream, char *buf));
|
| H A D | bignum.h | 524 int mbedtls_mpi_read_file(mbedtls_mpi *X, int radix, FILE *fin); 542 int radix, FILE *fout);
|
| /optee_os/core/lib/libtomcrypt/src/hashes/helper/ |
| H A D | hash_file.c | 20 FILE *in; in hash_file()
|
| H A D | hash_filehandle.c | 19 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) in hash_filehandle()
|
| /optee_os/core/lib/libtomcrypt/src/mac/xcbc/ |
| H A D | xcbc_file.c | 39 FILE *in; in xcbc_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/pmac/ |
| H A D | pmac_file.c | 39 FILE *in; in pmac_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305_file.c | 33 FILE *in; in poly1305_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/blake2/ |
| H A D | blake2smac_file.c | 28 FILE *in; in blake2smac_file()
|
| H A D | blake2bmac_file.c | 28 FILE *in; in blake2bmac_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/f9/ |
| H A D | f9_file.c | 39 FILE *in; in f9_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/omac/ |
| H A D | omac_file.c | 39 FILE *in; in omac_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
| H A D | hmac_file.c | 36 FILE *in; in hmac_file()
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_get_bytes.c | 22 FILE *f; in s_rng_nix()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_hash.h | 507 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen);
|