Home
last modified time | relevance | path

Searched refs:active (Results 1 – 11 of 11) sorted by relevance

/mbedtls-development/scripts/
A Dconfig.py41 self.active = active
123 self.settings[name].active = True
134 self.settings[name].active = False
147 setting.active = adapter(setting.name, setting.active,
157 setting.active = enable
166 return active
231 def full_adapter(name, active, section): argument
234 return active
269 return active
298 return active
[all …]
/mbedtls-development/library/
A Dssl_ticket.c107 uint32_t key_time = ctx->keys[ctx->active].generation_time; in ssl_ticket_update_keys()
115 ctx->active = 1 - ctx->active; in ssl_ticket_update_keys()
117 return( ssl_ticket_gen_key( ctx, ctx->active ) ); in ssl_ticket_update_keys()
229 key = &ctx->keys[ctx->active]; in mbedtls_ssl_ticket_write()
/mbedtls-development/programs/ssl/
A Dssl_pthread_server.c112 int active; member
282 if( threads[i].active == 0 ) in thread_create()
301 threads[i].active = 1; in thread_create()
/mbedtls-development/include/mbedtls/
A Dssl_ticket.h62 unsigned char MBEDTLS_PRIVATE(active); /*!< index of the currently active key */
/mbedtls-development/tests/suites/
A Dtest_suite_random.data25 #PSA classic wrapper: PSA not active
A Dtest_suite_psa_crypto.function28 /* Assert that an operation is (not) active.
/mbedtls-development/docs/
A Duse-psa-crypto.md111 All of these internal changes are active as soon as `MBEDTLS_USE_PSA_CRYPTO`
/mbedtls-development/
A DCONTRIBUTING.md28 …to work with a newer version of the library. Unless the user has made an active decision to use ne…
A DREADME.md33 There are currently three active build systems used within Mbed TLS releases:
A DChangeLog906 those configurations, allowing an active network attacker to recover
1786 in (D)TLS 1.0 to 1.2, that allowed an active network attacker to
3029 * Removed helper script active-config.pl
3652 * Support for multiple active certificate / key pairs in SSL servers for
3920 * Fixed memory leak in ssl_free() and ssl_reset() for active session
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md109 Storage can fail, either due to hardware errors or to active attacks on trusted storage. How does t…

Completed in 22 milliseconds