Home
last modified time | relevance | path

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

12

/optee_os/lib/libutils/isoc/include/
H 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/
H A Dplatform.c197 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 Dpsa_its_file.c76 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 Dentropy_poll.c153 FILE *file; in mbedtls_platform_entropy_poll()
H A Dhmac_drbg.c429 FILE *f; in mbedtls_hmac_drbg_write_seed_file()
460 FILE *f = NULL; in mbedtls_hmac_drbg_update_seed_file()
H A Dentropy.c409 FILE *f = NULL; in mbedtls_entropy_write_seed_file()
445 FILE *f; in mbedtls_entropy_update_seed_file()
H A Dctr_drbg.c724 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 Dfp.c15 FILE *stdout = &_fake_stdout;
16 FILE *stderr = &_fake_stderr;
H A Dfputs.c10 int fputs(const char *s, FILE *stream) in fputs()
H A Dfputc.c9 int fputc(int c, FILE *stream) in fputc()
H A Dfwrite.c10 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 Dplatform.h176 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 Dbignum.h524 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 Dhash_file.c20 FILE *in; in hash_file()
H A Dhash_filehandle.c19 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 Dxcbc_file.c39 FILE *in; in xcbc_file()
/optee_os/core/lib/libtomcrypt/src/mac/pmac/
H A Dpmac_file.c39 FILE *in; in pmac_file()
/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305_file.c33 FILE *in; in poly1305_file()
/optee_os/core/lib/libtomcrypt/src/mac/blake2/
H A Dblake2smac_file.c28 FILE *in; in blake2smac_file()
H A Dblake2bmac_file.c28 FILE *in; in blake2bmac_file()
/optee_os/core/lib/libtomcrypt/src/mac/f9/
H A Df9_file.c39 FILE *in; in f9_file()
/optee_os/core/lib/libtomcrypt/src/mac/omac/
H A Domac_file.c39 FILE *in; in omac_file()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_file.c36 FILE *in; in hmac_file()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_get_bytes.c22 FILE *f; in s_rng_nix()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h507 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen);

12