Home
last modified time | relevance | path

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

/mbedtls-development/programs/fuzz/
A Dfuzz_dtlsclient.c18 static int initialized = 0; variable
45 if (initialized == 0) { in LLVMFuzzerTestOneInput()
54 initialized = 1; in LLVMFuzzerTestOneInput()
A Dfuzz_client.c16 static int initialized = 0; variable
49 if (initialized == 0) { in LLVMFuzzerTestOneInput()
63 initialized = 1; in LLVMFuzzerTestOneInput()
A Dfuzz_dtlsserver.c22 static int initialized = 0; variable
47 if (initialized == 0) { in LLVMFuzzerTestOneInput()
64 initialized = 1; in LLVMFuzzerTestOneInput()
A Dfuzz_server.c18 static int initialized = 0; variable
58 if (initialized == 0) { in LLVMFuzzerTestOneInput()
87 initialized = 1; in LLVMFuzzerTestOneInput()
/mbedtls-development/programs/test/
A Dudp_proxy.c377 static int initialized = 0; in ellapsed_time() local
380 if( initialized == 0 ) in ellapsed_time()
383 initialized = 1; in ellapsed_time()
/mbedtls-development/tests/suites/
A Dtest_suite_mps.function37 * - with_acc: 0 if the reader should be initialized without accumulator.
38 * 1 if the reader should be initialized with accumulator.
80 * - with_acc: 0 if the reader should be initialized without accumulator.
81 * 1 if the reader should be initialized with accumulator.
132 * - with_acc: 0 if the reader should be initialized without accumulator.
133 * 1 if the reader should be initialized with accumulator.
A Dtest_suite_net.function27 * \param ctx An initialized, but unopened socket context.
A Dtest_suite_ssl.function157 * \p buf must have been initialized and set up by calling
219 * \p buf must have been initialized and set up by calling
412 * \p socket must have been previously initialized by calling
448 * \p peer1 and \p peer2 must have been previously initialized by calling
574 * considered as an owner of the input queue only, which is initialized and
1524 * of them must be initialized and connected beforehand.
1661 * must be initialized and connected beforehand.
A Dhost_test.function386 /* The non-varying fields are initialized on first use. */
A Dtest_suite_pk.function23 * \param pk The PK object to fill. It must have been initialized
A Dtest_suite_psa_crypto.function1785 /* A freshly-initialized hash operation should not be usable. */
2202 /* A freshly-initialized MAC operation should not be usable. */
2586 /* A freshly-initialized cipher operation should not be usable. */
/mbedtls-development/docs/
A Dgetting_started.md363 After you've initialized the operation structure with a successful call to `psa_cipher_encrypt_setu…
373 You must call `psa_cipher_abort()` at some point for any operation that is initialized successfully…
498 You must call `psa_hash_abort()` at some point for any operation that is initialized successfully (…
/mbedtls-development/library/
A Dpsa_crypto.c107 unsigned initialized : 1; member
119 if( global_data.initialized == 0 ) \
5584 if( global_data.initialized ) in mbedtls_psa_inject_entropy()
5841 if( global_data.initialized != 0 ) in psa_crypto_init()
5879 global_data.initialized = 1; in psa_crypto_init()
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md71 …is a global variable of function pointer type. This global variable is initialized to the system f…
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md523 …on context. On the first call to `"add_entropy"`, this object has been initialized by a call to th…
/mbedtls-development/
A DChangeLog1155 * Variables containing error codes are now initialized to an error code
3138 initialized but not set (found by pravic).

Completed in 40 milliseconds