Skip to content

Commit

Permalink
chore: deprecate s2n_set
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin committed Feb 28, 2025
1 parent 5479708 commit eec9cce
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 1,020 deletions.
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

0 comments on commit eec9cce

Please sign in to comment.