Searched refs:stream (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/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-3.20.0/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-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 171 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 182 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
|
/optee_os-3.20.0/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-3.20.0/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-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 535 The underlying stream cipher is determined by the key type 1768 * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time
|
Completed in 13 milliseconds