Home
last modified time | relevance | path

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

123

/mbedtls-development/scripts/
A Dfootprint.sh65 FILE="$2"
68 log "$NAME ($FILE):"
71 if [ "$FILE" != $CONFIG_H ]; then
72 cp "$FILE" $CONFIG_H
A Dgenerate_errors.pl67 open(FILE, '<:crlf', "$file");
68 my $content = <FILE>;
69 close FILE;
/mbedtls-development/library/
A Dplatform.c209 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit()
219 int (*mbedtls_fprintf)( FILE *, const char *, ... ) =
222 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *, const char *, ... ) ) in mbedtls_platform_set_fprintf() argument
285 FILE *file; in mbedtls_platform_std_nv_seed_read()
304 FILE *file; in mbedtls_platform_std_nv_seed_write()
A Dpsa_its_file.c93 FILE **p_stream ) in psa_its_read_file()
127 FILE *stream = NULL; in psa_its_get_info()
141 FILE *stream = NULL; in psa_its_get()
189 FILE *stream = NULL; in psa_its_set()
238 FILE *stream; in psa_its_remove()
/mbedtls-development/3rdparty/everest/include/everest/kremlin/internal/
A Dtypes.h31 typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write;
38 typedef FILE *channel;
/mbedtls-development/programs/psa/
A Dkey_ladder_demo.c174 FILE *key_file = NULL; in save_key()
230 FILE *key_file = NULL; in import_key_from_file()
362 FILE *input_file = NULL; in wrap_data()
363 FILE *output_file = NULL; in wrap_data()
444 FILE *input_file = NULL; in unwrap_data()
445 FILE *output_file = NULL; in unwrap_data()
/mbedtls-development/tests/suites/
A Dhelpers.function116 static int redirect_output( FILE* out_stream, const char* path )
119 FILE* path_stream;
148 static int restore_output( FILE* out_stream, int dup_fd )
A Dtest_suite_pkwrite.function19 FILE *f;
59 FILE *f;
/mbedtls-development/programs/pkey/
A Drsa_genkey.c69 FILE *fpub = NULL; in main()
70 FILE *fpriv = NULL; in main()
A Dpk_verify.c56 FILE *f; in main()
/mbedtls-development/include/mbedtls/
A Dplatform.h161 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
172 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
A Dbignum.h465 int mbedtls_mpi_read_file( mbedtls_mpi *X, int radix, FILE *fin );
483 int radix, FILE *fout );
/mbedtls-development/scripts/data_files/
A Dvs6-workspace-template.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/mbedtls-development/tests/scripts/
A Dcheck-generated-files.sh90 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
/mbedtls-development/programs/ssl/
A Dssl_client1.c75 mbedtls_fprintf( (FILE *) ctx, "%s:%04d: %s", file, line, str ); in my_debug()
76 fflush( (FILE *) ctx ); in my_debug()
A Dssl_test_lib.c44 mbedtls_fprintf( (FILE *) ctx, "%s:%04d: |%d| %s", in my_debug()
46 fflush( (FILE *) ctx ); in my_debug()
A Ddtls_client.c87 mbedtls_fprintf( (FILE *) ctx, "%s:%04d: %s", file, line, str ); in my_debug()
88 fflush( (FILE *) ctx ); in my_debug()
A Dssl_server.c86 mbedtls_fprintf( (FILE *) ctx, "%s:%04d: %s", file, line, str ); in my_debug()
87 fflush( (FILE *) ctx ); in my_debug()
A Dssl_fork_server.c91 mbedtls_fprintf( (FILE *) ctx, "%s:%04d: %s", file, line, str ); in my_debug()
92 fflush( (FILE *) ctx ); in my_debug()
A Ddtls_server.c95 mbedtls_fprintf( (FILE *) ctx, "%s:%04d: %s", file, line, str ); in my_debug()
96 fflush( (FILE *) ctx ); in my_debug()
/mbedtls-development/programs/util/
A Dpem2der.c121 FILE *f; in load_file()
164 FILE *f; in write_file()
/mbedtls-development/programs/fuzz/
A Donefile.c14 FILE * fp; in main()
/mbedtls-development/programs/test/
A Dzeroize.c58 FILE *fp; in main()
/mbedtls-development/programs/random/
A Dgen_entropy.c51 FILE *f; in main()
/mbedtls-development/tests/src/
A Dpsa_crypto_helpers.c109 static FILE *log; in mbedtls_test_record_status()

Completed in 19 milliseconds

123