| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | config.py | 35 self.active = active 128 self.settings[name].active = False 141 setting.active = adapter(setting.name, setting.active, 151 setting.active = enable 168 return active 246 def full_adapter(name, active, section): argument 249 return active 287 return active 332 return active 352 return active [all …]
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | ssl_ticket.c | 123 mbedtls_ssl_ticket_key * const key = ctx->keys + ctx->active; in ssl_ticket_update_keys() 137 ctx->active = 1 - ctx->active; in ssl_ticket_update_keys() 140 if ((status = psa_destroy_key(ctx->keys[ctx->active].key)) != PSA_SUCCESS) { in ssl_ticket_update_keys() 145 return ssl_ticket_gen_key(ctx, ctx->active); in ssl_ticket_update_keys() 159 const unsigned char idx = 1 - ctx->active; in mbedtls_ssl_ticket_rotate() 200 ctx->active = idx; in mbedtls_ssl_ticket_rotate() 339 key = &ctx->keys[ctx->active]; in mbedtls_ssl_ticket_write()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TC | 214 to active, making it available for use by the managed 232 the managed device (the status column has value `active'); 245 active, or whether its conceptual rows must be taken 249 not be `active' in order for the value of some other 257 RowStatus was not equal to `active' as the PDU was 259 other than 'active'. 275 ACTION |does not exist| notReady | notInService| is active 288 active | | | | 587 to `active'. If the agent has sufficient information to 605 column to `active', the values held in the agent [all …]
|
| A D | IF-MIB | 961 ifStackStatus.x.y=active 963 For each ifIndex value, I, which identifies an active 974 ifStackStatus.0.x=active 975 ifStackStatus.x.0=active " 1037 Changing the value of this object from 'active' to 1458 a prior test is active on another interface. 1805 SYNTAX INTEGER { active(1) } -- subset of RowStatus 1810 be supported, specifically: active(1)." 1877 SYNTAX INTEGER { active(1) } -- subset of RowStatus 1882 be supported, specifically: active(1)."
|
| A D | RFC1158-MIB | 1281 active(1),
|
| A D | RFC1213-MIB | 2238 SYNTAX INTEGER { active(1), passive(2) } 2243 passive or active."
|
| A D | IP-MIB | 2733 A conceptual row can not be made active until the 2953 A conceptual row can not be made active until the 3480 row can be created and made active by setting this object 3939 SYNTAX RowStatus { active(1) }
|
| /lib/ |
| A D | tpm_tcg2.c | 62 u32 active = 0; in tcg2_get_active_pcr_banks() local 65 rc = tcg2_get_pcr_info(dev, &supported, &active, &pcr_banks); in tcg2_get_active_pcr_banks() 69 *active_pcr_banks = active; in tcg2_get_active_pcr_banks() 369 u32 active; in tcg2_log_parse() local 453 rc = tcg2_get_active_pcr_banks(dev, &active); in tcg2_log_parse() 457 if (*log_active != active) in tcg2_log_parse()
|
| A D | tpm-v2.c | 67 u32 active = 0; in tpm2_scan_masks() local 91 active |= hash_mask; in tpm2_scan_masks() 100 if (log_active && active & ~log_active) { in tpm2_scan_masks() 102 tpm2_print_selected_algorithm_name(active & ~log_active); in tpm2_scan_masks() 107 if (active & ~supported) { in tpm2_scan_masks() 109 tpm2_print_selected_algorithm_name(active & ~supported); in tpm2_scan_masks() 111 *mask = active & supported & *mask; in tpm2_scan_masks() 113 *mask = active & supported; in tpm2_scan_masks()
|
| /lib/mbedtls/external/mbedtls/programs/ssl/ |
| A D | ssl_pthread_server.c | 89 int active; member 247 if (threads[i].active == 0) { in thread_create() 267 threads[i].active = 1; in thread_create()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | ssl_ticket.h | 73 unsigned char MBEDTLS_PRIVATE(active); /*!< index of the currently active key */
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_random.data | 25 #PSA classic wrapper: PSA not active
|
| A D | test_suite_psa_crypto.function | 37 /* Assert that an operation is (not) active.
|
| /lib/efi_loader/ |
| A D | efi_tcg2.c | 390 u32 active; in tcg2_hash_pe_image() local 409 if (tcg2_get_active_pcr_banks(dev, &active)) { in tcg2_hash_pe_image() 418 if (!(active & hash_algo_list[i].hash_mask)) in tcg2_hash_pe_image()
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | use-psa-crypto.md | 138 All of these internal changes are active as soon as `MBEDTLS_USE_PSA_CRYPTO`
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CONTRIBUTING.md | 33 …to work with a newer version of the library. Unless the user has made an active decision to use ne…
|
| A D | README.md | 35 There are currently three active build systems used within Mbed TLS releases:
|
| A D | ChangeLog | 2357 those configurations, allowing an active network attacker to recover 3237 in (D)TLS 1.0 to 1.2, that allowed an active network attacker to 4480 * Removed helper script active-config.pl 5103 * Support for multiple active certificate / key pairs in SSL servers for 5371 * Fixed memory leak in ssl_free() and ssl_reset() for active session
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-storage-resilience.md | 301 …ion [“Recovery strategies”](#recovery-strategies), the information about active transactions is st… 468 In practice, there will rarely be more than one active transaction at a time, so the size of an ele…
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 111 5. active physical attackers who can also inject faults in the computation.
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | invasive-testing.md | 109 Storage can fail, either due to hardware errors or to active attacks on trusted storage. How does t…
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 647 if DHCP is active is through netif->dhcp field. 657 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections 916 is set to the full send window for active open, too, and is updated once 3486 * tcp_in.c: Fixed bug #21181: On active open, the initial congestion window was 3795 the mailbox is active". Now, the post is only done during a connect, and do_send, 4624 * TCP connections now are kept on three lists, one for active
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/ |
| A D | psa-thread-safety.md | 339 * By default, each driver only has at most one entry point active at any given time. In other words…
|