Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/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-3.20.0/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-3.20.0/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()
A Dentropy_poll.c167 FILE *file; in mbedtls_platform_entropy_poll()
A Dhmac_drbg.c442 FILE *f; in mbedtls_hmac_drbg_write_seed_file()
469 FILE *f = NULL; in mbedtls_hmac_drbg_update_seed_file()
A Dctr_drbg.c617 FILE *f; in mbedtls_ctr_drbg_write_seed_file()
648 FILE *f = NULL; in mbedtls_ctr_drbg_update_seed_file()
A Dentropy.c475 FILE *f = NULL; in mbedtls_entropy_write_seed_file()
510 FILE *f; in mbedtls_entropy_update_seed_file()
A Ddhm.c589 FILE *f; in load_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/helper/
A Dhash_file.c20 FILE *in; in hash_file()
A Dhash_filehandle.c19 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) in hash_filehandle()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dplatform.h171 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
182 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
A Dbignum.h472 int mbedtls_mpi_read_file( mbedtls_mpi *X, int radix, FILE *fin );
490 int radix, FILE *fout );
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/blake2/
A Dblake2bmac_file.c28 FILE *in; in blake2bmac_file()
A Dblake2smac_file.c28 FILE *in; in blake2smac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/f9/
A Df9_file.c39 FILE *in; in f9_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/
A Domac_file.c39 FILE *in; in omac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_file.c39 FILE *in; in pmac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305_file.c33 FILE *in; in poly1305_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_file.c39 FILE *in; in xcbc_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_file.c36 FILE *in; in hmac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Drng_get_bytes.c22 FILE *f; in s_rng_nix()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h501 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen);

Completed in 43 milliseconds

12