Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deprecate s2n_set #5155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions tests/cbmc/include/cbmc_proof/make_common_datastructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "utils/s2n_blob.h"
#include "utils/s2n_map_internal.h"
#include "utils/s2n_safety_macros.h"
#include "utils/s2n_set.h"
#include "utils/s2n_socket.h"

/*
Expand Down Expand Up @@ -102,21 +101,6 @@ void cbmc_populate_s2n_array(struct s2n_array *array);
*/
struct s2n_array *cbmc_allocate_s2n_array();

/*
* Checks whether s2n_set is bounded by max_len and max_element_size.
*/
bool s2n_set_is_bounded(const struct s2n_set *set, const size_t max_len, const size_t max_element_size);

/*
* Populates the fields of a pre-allocated s2n_set for CBMC proofs.
*/
void cbmc_populate_s2n_set(struct s2n_set *set);

/*
* Properly allocates s2n_set for CBMC proofs.
*/
struct s2n_set *cbmc_allocate_s2n_set();

/*
* Populates the fields of a pre-allocated s2n_dh_params for CBMC proofs.
*/
Expand Down
67 changes: 0 additions & 67 deletions tests/cbmc/proofs/s2n_set_add/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion tests/cbmc/proofs/s2n_set_add/cbmc-proof.txt

This file was deleted.

46 changes: 0 additions & 46 deletions tests/cbmc/proofs/s2n_set_add/s2n_set_add_harness.c

This file was deleted.

40 changes: 0 additions & 40 deletions tests/cbmc/proofs/s2n_set_free/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion tests/cbmc/proofs/s2n_set_free/cbmc-proof.txt

This file was deleted.

47 changes: 0 additions & 47 deletions tests/cbmc/proofs/s2n_set_free/s2n_set_free_harness.c

This file was deleted.

40 changes: 0 additions & 40 deletions tests/cbmc/proofs/s2n_set_free_p/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion tests/cbmc/proofs/s2n_set_free_p/cbmc-proof.txt

This file was deleted.

49 changes: 0 additions & 49 deletions tests/cbmc/proofs/s2n_set_free_p/s2n_set_free_p_harness.c

This file was deleted.

39 changes: 0 additions & 39 deletions tests/cbmc/proofs/s2n_set_get/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion tests/cbmc/proofs/s2n_set_get/cbmc-proof.txt

This file was deleted.

Loading
Loading