Home
last modified time | relevance | path

Searched refs:file (Results 1 – 16 of 16) sorted by relevance

/programs/pkey/
A Dgen_key.c48 FILE *file; in dev_random_entropy_poll() local
55 file = fopen("/dev/random", "rb"); in dev_random_entropy_poll()
56 if (file == NULL) { in dev_random_entropy_poll()
62 ret = fread(p, 1, left, file); in dev_random_entropy_poll()
63 if (ret == 0 && ferror(file)) { in dev_random_entropy_poll()
64 fclose(file); in dev_random_entropy_poll()
72 fclose(file); in dev_random_entropy_poll()
/programs/ssl/
A Dssl_client1.c45 const char *file, int line, in my_debug() argument
50 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
A Ddtls_client.c61 const char *file, int line, in my_debug() argument
66 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
A Dssl_server.c56 const char *file, int line, in my_debug() argument
61 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
A Dssl_fork_server.c58 const char *file, int line, in my_debug() argument
63 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
A Ddtls_server.c69 const char *file, int line, in my_debug() argument
74 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
A Dssl_test_lib.h100 const char *file, int line,
A Dssl_pthread_server.c70 const char *file, int line, in my_mutexed_debug() argument
79 file, line, thread_id, str); in my_mutexed_debug()
A DCMakeLists.txt23 # Inform CMake that the following file will be generated as part of the build
A Dssl_test_lib.c24 const char *file, int line, in my_debug() argument
30 for (p = basename = file; *p != '\0'; p++) { in my_debug()
A Dssl_mail_client.c142 const char *file, int line, in my_debug() argument
147 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
/programs/test/
A DCMakeLists.txt66 # this file will also be used in another directory, so create a target, see
67 …re.com/cmake/community/-/wikis/FAQ#how-can-i-add-a-dependency-to-a-source-file-which-is-generated-…
A Dgenerate_cpp_dummy_build.sh26 /* Automatically generated file. Do not edit.
/programs/fuzz/
A DREADME.md53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
54 * Finally, you can add the options by appending the last bytes to the file test.cor
/programs/x509/
A Dcert_app.c92 const char *file, int line, in my_debug() argument
97 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
/programs/
A DREADME.md8 …ny of the supported public-key algorithms (RSA or ECC) and writes it to a file that can be used by…
10 …ey/pk_verify.c`](pkey/pk_verify.c): loads a PEM or DER private/public key file and uses the key to…

Completed in 25 milliseconds