Home
last modified time | relevance | path

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

123

/mbedtls-latest/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()
/mbedtls-latest/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
/mbedtls-latest/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;
/mbedtls-latest/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));
Dbignum.h517 int mbedtls_mpi_read_file(mbedtls_mpi *X, int radix, FILE *fin);
535 int radix, FILE *fout);
/mbedtls-latest/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()
/mbedtls-latest/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)
Dhost_test.function77 * \param f FILE pointer
83 static int get_line(FILE *f, char *buf, size_t len)
325 static void write_outcome_entry(FILE *outcome_file,
375 static void write_outcome_result(FILE *outcome_file,
504 FILE *file;
514 FILE *outcome_file = NULL;
/mbedtls-latest/3rdparty/everest/include/everest/kremlin/internal/
Dtypes.h31 typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write;
38 typedef FILE *channel;
/mbedtls-latest/programs/pkey/
Drsa_genkey.c48 FILE *fpub = NULL; in main()
49 FILE *fpriv = NULL; in main()
Dgen_key.c45 FILE *file; in dev_random_entropy_poll()
125 FILE *f; in write_private_key()
Dkey_app_writer.c95 FILE *f; in write_public_key()
137 FILE *f; in write_private_key()
/mbedtls-latest/programs/util/
Dpem2der.c107 FILE *f; in load_file()
148 FILE *f; in write_file()
/mbedtls-latest/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_server.c62 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
63 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()
Ddtls_server.c72 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
73 fflush((FILE *) ctx); in my_debug()
Dssl_pthread_server.c75 mbedtls_fprintf((FILE *) ctx, "%s:%04d: [ #%ld ] %s", in my_mutexed_debug()
77 fflush((FILE *) ctx); in my_mutexed_debug()
/mbedtls-latest/programs/x509/
Dcert_app.c95 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
96 fflush((FILE *) ctx); in my_debug()
/mbedtls-latest/tests/scripts/
Dcheck-generated-files.sh94 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
/mbedtls-latest/programs/test/
Dzeroize.c38 FILE *fp; in main()
/mbedtls-latest/programs/random/
Dgen_entropy.c29 FILE *f; in main()

123