Home
last modified time | relevance | path

Searched refs:close (Results 1 – 12 of 12) sorted by relevance

/mbedtls-latest/tests/suites/
Dhelpers.function83 close(dup_fd);
89 close(dup_fd);
104 close(out_fd);
105 close(dup_fd);
109 close(dup_fd);
Dtest_suite_psa_crypto_slot_management.data49 Persistent slot: ECP keypair (ECDSA, exportable), close
53 Persistent slot: ECP keypair (ECDSA, exportable), close+restart
65 Persistent slot: ECP keypair (ECDH+ECDSA, exportable), close
69 Persistent slot: ECP keypair (ECDH+ECDSA, exportable), close+restart
102 Attempt to overwrite: close before
105 Attempt to overwrite: close after
Dtest_suite_net.function39 TEST_ASSERT(close(got_fd) >= 0);
Dtest_suite_psa_crypto_slot_management.function44 * close it, destroy it, or do nothing;
Dtest_suite_ssl.function3360 * without waiting to close the connection. */
4985 * that are close to write_size. Below, '1' is for the inner
/mbedtls-latest/library/
Dnet_sockets.c58 #define close(fd) closesocket(fd) macro
193 close(ctx->fd); in mbedtls_net_connect()
240 close(ctx->fd); in mbedtls_net_bind()
246 close(ctx->fd); in mbedtls_net_bind()
254 close(ctx->fd); in mbedtls_net_bind()
676 close(ctx->fd); in mbedtls_net_close()
691 close(ctx->fd); in mbedtls_net_free()
/mbedtls-latest/scripts/
Decp_comb_table.py163 srcfile.close()
/mbedtls-latest/docs/architecture/testing/
Ddriver-interface-test-strategy.md98 We must have at least one driver that is close to real-world conditions:
Dinvasive-testing.md300 …ts that call `mbedtls_psa_crypto_free` with keys still open, to verify that it does close all keys.
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md261 This is close to the existing function `mbedtls_pk_wrap_as_opaque`, but does not bake in the implem…
Dmd-cipher-dispatch.md310 The existing interface in `md.h` is close to what we want, but not perfect. What's wrong with it?
/mbedtls-latest/
DChangeLog463 attacker or a remote attacker who is close to the victim on the network
983 window was reduced from 6 to 2, a value that gives the best or close
4449 string of close to or larger than 1GB to exploit; on 64 bit machines, would
4450 require reading a string of close to or larger than 2^62 bytes.