| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_its_file.c | 111 FILE *stream = NULL; in psa_its_get_info() local 112 status = psa_its_read_file(uid, p_info, &stream); in psa_its_get_info() 113 if (stream != NULL) { in psa_its_get_info() 114 fclose(stream); in psa_its_get_info() 126 FILE *stream = NULL; in psa_its_get() local 130 status = psa_its_read_file(uid, &info, &stream); in psa_its_get() 150 if (fseek(stream, LONG_MAX, SEEK_CUR) != 0) { in psa_its_get() 156 if (fseek(stream, data_offset, SEEK_CUR) != 0) { in psa_its_get() 159 n = fread(p_data, 1, data_length, stream); in psa_its_get() 169 if (stream != NULL) { in psa_its_get() [all …]
|
| H A D | platform.c | 197 static int platform_fprintf_uninit(FILE *stream, const char *format, ...) in platform_fprintf_uninit() argument 199 ((void) stream); in platform_fprintf_uninit() 222 static void platform_setbuf_uninit(FILE *stream, char *buf) in platform_setbuf_uninit() argument 224 ((void) stream); 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() argument
|
| /optee_os/lib/libutils/isoc/ |
| H A D | fputs.c | 10 int fputs(const char *s, FILE *stream) in fputs() argument 12 if (stream != stdout && stream != stderr) in fputs()
|
| H A D | fputc.c | 9 int fputc(int c, FILE *stream) in fputc() argument 11 if (stream != stdout && stream != stderr) in fputc()
|
| H 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/ |
| H 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/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));
|
| /optee_os/scripts/ |
| H A D | sign_rproc_fw.py | 93 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes_modes_armv8a_ce_a32.S | 339 vst1.8 {q0}, [r0, :64] @ return just the key stream
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 299 byte stream to them and copying them. Converting and copying them
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 894 * Fix crypt_and_hash decryption fail when used with a stream cipher 2424 The underlying stream cipher is determined by the key type 3657 * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time
|