Searched refs:stream (Results 1 – 14 of 14) sorted by relevance
/optee_os/lib/libutils/isoc/ |
A D | fputc.c | 9 int fputc(int c, FILE *stream) in fputc() argument 11 if (stream != stdout && stream != stderr) in fputc()
|
A D | fputs.c | 10 int fputs(const char *s, FILE *stream) in fputs() argument 12 if (stream != stdout && stream != stderr) in fputs()
|
A D | fwrite.c | 10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite() argument 14 if (stream == stdout) in fwrite() 16 else if (stream == stderr) in fwrite()
|
/optee_os/lib/libutils/isoc/include/ |
A D | stdio.h | 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 | 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 | 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/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/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 *,
|
/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/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 209 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit() argument 211 ((void) stream); in platform_fprintf_uninit()
|
/optee_os/core/arch/arm/crypto/ |
A D | aes_modes_armv8a_ce_a32.S | 339 vst1.8 {q0}, [r0, :64] @ return just the key stream
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 320 The underlying stream cipher is determined by the key type 1553 * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time
|
Completed in 26 milliseconds