Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 25 of 44) sorted by relevance

12

/mbedtls-latest/include/psa/
Dcrypto_driver_contexts_composites.h119 unsigned dummy; /* Make sure this union is always non-empty */ member
131 unsigned dummy; /* Make sure this union is always non-empty */ member
142 unsigned dummy; /* Make sure this union is always non-empty */ member
147 unsigned dummy; /* Make sure this union is always non-empty */ member
152 unsigned dummy; /* Make sure this union is always non-empty */ member
Dcrypto_builtin_composites.h60 … unsigned MBEDTLS_PRIVATE(dummy); /* Make the union non-empty even with no supported algorithms. */
88 unsigned dummy; /* Enable easier initializing of the union. */ member
125 unsigned MBEDTLS_PRIVATE(dummy);
160 unsigned MBEDTLS_PRIVATE(dummy);
204 unsigned int MBEDTLS_PRIVATE(dummy);
Dcrypto_driver_contexts_primitives.h92 unsigned dummy; /* Make sure this union is always non-empty */ member
103 unsigned dummy; /* Make sure this union is always non-empty */ member
Dcrypto_builtin_primitives.h55 unsigned dummy; /* Make the union non-empty even with no supported algorithms. */ member
107 unsigned int MBEDTLS_PRIVATE(dummy);
/mbedtls-latest/tests/include/alt-dummy/
Dtiming_alt.h11 int dummy; member
15 int dummy; member
Ddes_alt.h12 int dummy; member
17 int dummy; member
Daes_alt.h11 int dummy; member
18 int dummy; member
Dcmac_alt.h11 int dummy; member
Dnist_kw_alt.h11 int dummy; member
Daria_alt.h11 int dummy; member
Dcamellia_alt.h11 int dummy; member
Dccm_alt.h11 int dummy; member
Dchacha20_alt.h11 int dummy; member
Dchachapoly_alt.h13 int dummy; member
Ddhm_alt.h11 int dummy; member
Decjpake_alt.h11 int dummy; member
Dgcm_alt.h11 int dummy; member
Dmd5_alt.h11 int dummy; member
Dplatform_alt.h11 int dummy; member
Dpoly1305_alt.h11 int dummy; member
/mbedtls-latest/programs/fuzz/
DREADME.md53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
56 Here is an example of dummy.py for extracting payload from client to server (if we used `tcp.dstpor…
/mbedtls-latest/tests/suites/
Dtest_suite_constant_time_hmac.function65 /* Set up dummy key */
71 /* Set up contexts with the given hash and a dummy key */
95 /* Set up dummy data and add_data */
Dtest_suite_entropy.function229 entropy_dummy_context dummy = { DUMMY_REQUESTED_LENGTH, 0, 0 };
238 (void) mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy,
242 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy,
294 entropy_dummy_context dummy = { DUMMY_FAIL, 0, 0 };
301 &dummy, 16,
Dtest_suite_ssl_decrypt.function159 /* Set up transforms with dummy keys */
197 /* Prepare a dummy record header */
206 /* Prepare dummy record content */
213 /* Set dummy IV */
/mbedtls-latest/programs/test/
Dgenerate_cpp_dummy_build.sh8 Generate a C++ dummy build program that includes all the headers.
28 * This program is a dummy C++ program to ensure Mbed TLS library header files

12