Home
last modified time | relevance | path

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

1234

/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
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
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
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 */
/openthread-latest/third_party/mbedtls/repo/library/
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()
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()
/openthread-latest/third_party/mbedtls/repo/scripts/
Dfootprint.sh53 FILE="$2"
56 log "$NAME ($FILE):"
59 if [ "$FILE" != $CONFIG_H ]; then
60 cp "$FILE" $CONFIG_H
Dgenerate_errors.pl55 open(FILE, '<:crlf', $file) or die("$0: $file: $!");
56 my $content = <FILE>;
57 close FILE;
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
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));
/openthread-latest/src/posix/platform/
Dconfig_file.cpp66 FILE *fp = nullptr; in Get()
132 FILE *fp = nullptr; in Add()
168 FILE *fp = nullptr; in Clear()
169 FILE *fpSwap = nullptr; in Clear()
Dutils.cpp58 FILE *file; in ExecuteCommand()
Dentropy.cpp97 FILE *file = nullptr; in otPlatEntropyGet()
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/
Dtypes.h31 typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write;
38 typedef FILE *channel;
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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)
/openthread-latest/third_party/mbedtls/repo/programs/psa/
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()
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Drsa_genkey.c48 FILE *fpub = NULL; in main()
49 FILE *fpriv = NULL; in main()
/openthread-latest/third_party/mbedtls/repo/programs/util/
Dpem2der.c107 FILE *f; in load_file()
148 FILE *f; in write_file()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client1.c51 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
52 fflush((FILE *) ctx); in my_debug()
Ddtls_client.c65 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
66 fflush((FILE *) ctx); in my_debug()
Dssl_fork_server.c68 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
69 fflush((FILE *) ctx); in my_debug()
Dssl_server.c62 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
63 fflush((FILE *) ctx); in my_debug()
Ddtls_server.c72 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
73 fflush((FILE *) ctx); in my_debug()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck-generated-files.sh94 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
/openthread-latest/examples/platforms/simulation/
Duart.c286 static FILE *posix_logfile;
297 FILE *fp; in otPlatDebugUart_putchar_raw()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dzeroize.c38 FILE *fp; in main()
/openthread-latest/third_party/mbedtls/repo/programs/random/
Dgen_entropy.c29 FILE *f; in main()
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Donefile.c14 FILE *fp; in main()

1234