| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | syms.sh | 28 FILE="$2" 30 nm "$FILE" | sed -n "s/[0-9a-f ]*${TYPE} \(mbedtls_.*\)/\1/p" | sort -u 47 FILE=$(get_file_with_extension "library/${NAME}") 50 syms '[TRrD]' $FILE > ${PREF}-defined 51 syms U $FILE > ${PREF}-unresolved
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | platform.c | 197 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()
|
| A D | psa_its_file.c | 76 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()
|
| /lib/mbedtls/external/mbedtls/tests/data_files/ |
| A D | test_certs.h.jinja2 | 8 /* THIS FILE is generated by `tests/scripts/generate_test_cert_macros.py` */ 14 /* BEGIN FILE string macro {{name}} {{value}} */ 21 /* END FILE */ 25 /* BEGIN FILE binary macro {{name}} {{value}} */ 36 /* END FILE */
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | footprint.sh | 53 FILE="$2" 56 log "$NAME ($FILE):" 59 if [ "$FILE" != $CONFIG_H ]; then 60 cp "$FILE" $CONFIG_H
|
| A D | generate_errors.pl | 55 open(FILE, '<:crlf', $file) or die("$0: $file: $!"); 56 my $content = <FILE>; 57 close FILE;
|
| /lib/lwip/lwip/src/apps/http/makefsdata/ |
| A D | makefsdata.c | 131 int process_sub(FILE *data_file, FILE *struct_file); 132 int process_file(FILE *data_file, FILE *struct_file, const char *filename); 199 FILE *data_file; in main() 200 FILE *struct_file; in main() 434 static void copy_file(const char *filename_in, FILE *fout) in copy_file() 436 FILE *fin; in copy_file() 454 FILE *fout; in concat_files() 465 int process_sub(FILE *data_file, FILE *struct_file) in process_sub() 570 FILE *inFile; in get_file_data() 810 FILE *f = fopen(filename_listfile, "r"); in checkSsiByFilelist() [all …]
|
| A D | makefsdata | 48 open(FILE, "/tmp/file"); 65 while(read(FILE, $data, 1)) { 77 close(FILE);
|
| /lib/lwip/lwip/contrib/examples/tftp/ |
| A D | tftp_example.c | 82 fclose((FILE*)handle); in tftp_close() 88 int ret = fread(buf, 1, bytes, (FILE*)handle); in tftp_read() 99 if (fwrite(p->payload, 1, p->len, (FILE*)handle) != (size_t)p->len) { in tftp_write()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| 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));
|
| /lib/lwip/lwip/contrib/examples/httpd/fs_example/ |
| A D | fs_example.c | 98 FILE *f; 119 FILE *f; in fs_open_custom() 248 FILE *f; in fs_read_async_custom() 303 FILE *f; in fs_read_custom()
|
| /lib/mbedtls/external/mbedtls/3rdparty/everest/include/everest/kremlin/internal/ |
| A D | types.h | 31 typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write; 38 typedef FILE *channel;
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | helpers.function | 69 static int redirect_output(FILE *out_stream, const char *path) 72 FILE *path_stream; 98 static int restore_output(FILE *out_stream, int dup_fd)
|
| /lib/mbedtls/external/mbedtls/programs/psa/ |
| A D | key_ladder_demo.c | 161 FILE *key_file = NULL; in save_key() 220 FILE *key_file = NULL; in import_key_from_file() 351 FILE *input_file = NULL; in wrap_data() 352 FILE *output_file = NULL; in wrap_data() 438 FILE *input_file = NULL; in unwrap_data() 439 FILE *output_file = NULL; in unwrap_data()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | auth.c | 1571 FILE *f; 1691 FILE *f; 1741 FILE *f; 1779 FILE *f; 1823 FILE *f; 1871 FILE *f; 1926 FILE *f; in get_secret() 1997 FILE *fp; 2295 FILE *f; 2324 FILE *f; [all …]
|
| /lib/mbedtls/external/mbedtls/programs/pkey/ |
| A D | rsa_genkey.c | 48 FILE *fpub = NULL; in main() 49 FILE *fpriv = NULL; in main()
|
| /lib/mbedtls/external/mbedtls/programs/util/ |
| A D | pem2der.c | 107 FILE *f; in load_file() 148 FILE *f; in write_file()
|
| /lib/mbedtls/external/mbedtls/programs/ssl/ |
| A D | ssl_client1.c | 51 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 52 fflush((FILE *) ctx); in my_debug()
|
| A D | dtls_client.c | 65 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 66 fflush((FILE *) ctx); in my_debug()
|
| A D | ssl_fork_server.c | 68 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 69 fflush((FILE *) ctx); in my_debug()
|
| A D | ssl_server.c | 62 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 63 fflush((FILE *) ctx); in my_debug()
|
| A D | dtls_server.c | 72 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 73 fflush((FILE *) ctx); in my_debug()
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | check-generated-files.sh | 94 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
|
| /lib/lwip/lwip/contrib/ports/unix/port/ |
| A D | perf.c | 37 static FILE *f;
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | zeroize.c | 38 FILE *fp; in main()
|