Home
last modified time | relevance | path

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

12

/lib/mbedtls/external/mbedtls/programs/fuzz/
A Dfuzz_dtlsclient.c16 static int initialized = 0; variable
44 if (initialized == 0) { in LLVMFuzzerTestOneInput()
54 initialized = 1; in LLVMFuzzerTestOneInput()
A Dfuzz_client.c14 static int initialized = 0; variable
48 if (initialized == 0) { in LLVMFuzzerTestOneInput()
63 initialized = 1; in LLVMFuzzerTestOneInput()
A Dfuzz_dtlsserver.c21 static int initialized = 0; variable
71 if (initialized == 0) { in LLVMFuzzerTestOneInput()
90 initialized = 1; in LLVMFuzzerTestOneInput()
A Dfuzz_server.c16 static int initialized = 0; variable
80 if (initialized == 0) { in LLVMFuzzerTestOneInput()
104 initialized = 1; in LLVMFuzzerTestOneInput()
/lib/mbedtls/external/mbedtls/library/
A Dpsa_crypto_slot_management.c39 uint8_t initialized; in psa_get_key_slots_initialized() local
45 initialized = global_data.key_slots_initialized; in psa_get_key_slots_initialized()
51 return initialized; in psa_get_key_slots_initialized()
A Dpsa_crypto.c116 uint8_t initialized; member
125 uint8_t initialized; in psa_get_initialized() local
131 initialized = global_data.rng_state == RNG_SEEDED; in psa_get_initialized()
141 initialized = in psa_get_initialized()
142 (initialized && (global_data.initialized == PSA_CRYPTO_SUBSYSTEM_ALL_INITIALISED)); in psa_get_initialized()
148 return initialized; in psa_get_initialized()
153 uint8_t initialized; in psa_get_drivers_initialized() local
159 initialized = (global_data.initialized & PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED) != 0; in psa_get_drivers_initialized()
165 return initialized; in psa_get_drivers_initialized()
8059 if (global_data.initialized & PSA_CRYPTO_SUBSYSTEM_KEY_SLOTS_INITIALIZED) { in mbedtls_psa_crypto_free()
[all …]
/lib/mbedtls/external/mbedtls/programs/test/
A Dudp_proxy.c355 static int initialized = 0; in elapsed_time() local
358 if (initialized == 0) { in elapsed_time()
360 initialized = 1; in elapsed_time()
/lib/lwip/lwip/contrib/apps/chargen/
A DREADME6 you have initialized lwip and added your network interfaces. Change the
/lib/mbedtls/external/mbedtls/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.
84 * - with_acc: 0 if the reader should be initialized without accumulator.
85 * 1 if the reader should be initialized with accumulator.
141 * - with_acc: 0 if the reader should be initialized without accumulator.
142 * 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_aes.function7 * be initialized, and are left freed.
A Dhost_test.function329 /* The non-varying fields are initialized on first use. */
A Dtest_suite_bignum_mod.function216 /* Check when m is not initialized */
A Dtest_suite_ecp.function1121 /* Freshly initialized key */
1417 // Test initialized point
A Dtest_suite_pk.function254 * \param pk The PK object to fill. It must have been initialized
A Dtest_suite_psa_crypto.function2946 /* A freshly-initialized hash operation should not be usable. */
3466 /* A freshly-initialized MAC operation should not be usable. */
3891 /* A freshly-initialized cipher operation should not be usable. */
/lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/
A Dmd-cipher-dispatch.md194 * There is a PSA driver which has not been initialized (this happens in `psa_crypto_init()`).
195 * For ciphers, the keystore is not initialized yet, and Mbed TLS uses a custom implementation of PS…
240 …abled for this hash, or because there is an accelerator driver which has not been initialized yet).
254 …-SHA-256. It must work at all times, regardless of the state of PSA (e.g. drivers not initialized).
267 …tor driver is working. For hashes, it's enough to assume the driver is initialized; we've [conside…
497 As a starting point, return 1 if PSA crypto's driver subsystem has been initialized.
610 …abled via PSA. As a starting point, return 1 if PSA crypto's driver subsystem has been initialized.
A Dstrategy.md148 available and the driver subsystem has been initialized, regardless of whether
A Dpsa-legacy-bridges.md306 * `pk` must be initialized, but not set up.
/lib/lwip/lwip/
A DCHANGELOG1928 initialized or wrong argument.
1966 * api_msg.c: fixed bug #30300 (shutdown parameter was not initialized in
2552 * init.c: snmp was not initialized in lwip_init()
3668 where TCP flags wasn't initialized in tcp_keepalive.
3877 * tcpip.c: Initialize tcpip's mbox, and verify if initialized in tcpip_input,
3964 initialized before tcpip_thread is running (e.g. before OS is started)
4049 In accept_function() ensure newconn->callback is always initialized.
4343 that must be initialized correctly by the driver (hint: 6 for Ethernet MAC).
4346 * netif's have a dhcp field that must be initialized to NULL by the driver.
4404 * TCP output queue length was badly initialized when opening
/lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md115 The PSA subsystem is initialized via a call to [`psa_crypto_init`](https://arm-software.github.io/p…
119 Once initialized, threads can use any PSA function if there is no overlap between their calls. All …
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-MIB119 re-initialized."
A DSNMPv2-TC135 initialized, the value of every object instance having this
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Dinvasive-testing.md71 …is a global variable of function pointer type. This global variable is initialized to the system f…
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md424 * `operation` is a zero-initialized operation object.
541 … address may change between calls. Before the first call, `*memory` is initialized to all-bits-zer…
680 * `operation` is a zero-initialized operation object.
960 …on context. On the first call to `"add_entropy"`, this object has been initialized by a call to th…

Completed in 85 milliseconds

12