Searched refs:close (Results 1 – 12 of 12) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | helpers.function | 83 close(dup_fd); 89 close(dup_fd); 104 close(out_fd); 105 close(dup_fd); 109 close(dup_fd);
|
D | test_suite_psa_crypto_slot_management.data | 49 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
|
D | test_suite_net.function | 39 TEST_ASSERT(close(got_fd) >= 0);
|
D | test_suite_psa_crypto_slot_management.function | 44 * close it, destroy it, or do nothing;
|
D | test_suite_ssl.function | 3360 * without waiting to close the connection. */ 4985 * that are close to write_size. Below, '1' is for the inner
|
/mbedtls-latest/library/ |
D | net_sockets.c | 58 #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/ |
D | ecp_comb_table.py | 163 srcfile.close()
|
/mbedtls-latest/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 98 We must have at least one driver that is close to real-world conditions:
|
D | invasive-testing.md | 300 …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/ |
D | psa-legacy-bridges.md | 261 This is close to the existing function `mbedtls_pk_wrap_as_opaque`, but does not bake in the implem…
|
D | md-cipher-dispatch.md | 310 The existing interface in `md.h` is close to what we want, but not perfect. What's wrong with it?
|
/mbedtls-latest/ |
D | ChangeLog | 463 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.
|