Home
last modified time | relevance | path

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

1234

/lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/
A Dsyms.sh28 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 Dplatform.c197 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 Dpsa_its_file.c76 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 Dtest_certs.h.jinja28 /* 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 Dfootprint.sh53 FILE="$2"
56 log "$NAME ($FILE):"
59 if [ "$FILE" != $CONFIG_H ]; then
60 cp "$FILE" $CONFIG_H
A Dgenerate_errors.pl55 open(FILE, '<:crlf', $file) or die("$0: $file: $!");
56 my $content = <FILE>;
57 close FILE;
/lib/lwip/lwip/src/apps/http/makefsdata/
A Dmakefsdata.c131 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 Dmakefsdata48 open(FILE, "/tmp/file");
65 while(read(FILE, $data, 1)) {
77 close(FILE);
/lib/lwip/lwip/contrib/examples/tftp/
A Dtftp_example.c82 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 Dplatform.h176 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 Dfs_example.c98 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 Dtypes.h31 typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write;
38 typedef FILE *channel;
/lib/mbedtls/external/mbedtls/tests/suites/
A Dhelpers.function69 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 Dkey_ladder_demo.c161 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 Dauth.c1571 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 Drsa_genkey.c48 FILE *fpub = NULL; in main()
49 FILE *fpriv = NULL; in main()
/lib/mbedtls/external/mbedtls/programs/util/
A Dpem2der.c107 FILE *f; in load_file()
148 FILE *f; in write_file()
/lib/mbedtls/external/mbedtls/programs/ssl/
A Dssl_client1.c51 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
52 fflush((FILE *) ctx); in my_debug()
A Ddtls_client.c65 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
66 fflush((FILE *) ctx); in my_debug()
A Dssl_fork_server.c68 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
69 fflush((FILE *) ctx); in my_debug()
A Dssl_server.c62 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
63 fflush((FILE *) ctx); in my_debug()
A Ddtls_server.c72 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 Dcheck-generated-files.sh94 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
/lib/lwip/lwip/contrib/ports/unix/port/
A Dperf.c37 static FILE *f;
/lib/mbedtls/external/mbedtls/programs/test/
A Dzeroize.c38 FILE *fp; in main()

Completed in 55 milliseconds

1234