/mbedtls-latest/library/ |
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()
|
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()
|
/mbedtls-latest/docs/architecture/psa-migration/ |
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
|
/mbedtls-latest/scripts/ |
D | footprint.sh | 53 FILE="$2" 56 log "$NAME ($FILE):" 59 if [ "$FILE" != $CONFIG_H ]; then 60 cp "$FILE" $CONFIG_H
|
D | generate_errors.pl | 55 open(FILE, '<:crlf', $file) or die("$0: $file: $!"); 56 my $content = <FILE>; 57 close FILE;
|
/mbedtls-latest/include/mbedtls/ |
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));
|
D | bignum.h | 517 int mbedtls_mpi_read_file(mbedtls_mpi *X, int radix, FILE *fin); 535 int radix, FILE *fout);
|
/mbedtls-latest/programs/psa/ |
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()
|
/mbedtls-latest/tests/suites/ |
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)
|
D | host_test.function | 77 * \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/ |
D | types.h | 31 typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write; 38 typedef FILE *channel;
|
/mbedtls-latest/programs/pkey/ |
D | rsa_genkey.c | 48 FILE *fpub = NULL; in main() 49 FILE *fpriv = NULL; in main()
|
D | gen_key.c | 45 FILE *file; in dev_random_entropy_poll() 125 FILE *f; in write_private_key()
|
D | key_app_writer.c | 95 FILE *f; in write_public_key() 137 FILE *f; in write_private_key()
|
/mbedtls-latest/programs/util/ |
D | pem2der.c | 107 FILE *f; in load_file() 148 FILE *f; in write_file()
|
/mbedtls-latest/programs/ssl/ |
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()
|
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()
|
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()
|
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()
|
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()
|
D | ssl_pthread_server.c | 75 mbedtls_fprintf((FILE *) ctx, "%s:%04d: [ #%ld ] %s", in my_mutexed_debug() 77 fflush((FILE *) ctx); in my_mutexed_debug()
|
/mbedtls-latest/programs/x509/ |
D | cert_app.c | 95 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 96 fflush((FILE *) ctx); in my_debug()
|
/mbedtls-latest/tests/scripts/ |
D | check-generated-files.sh | 94 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
|
/mbedtls-latest/programs/test/ |
D | zeroize.c | 38 FILE *fp; in main()
|
/mbedtls-latest/programs/random/ |
D | gen_entropy.c | 29 FILE *f; in main()
|