task_name
stringlengths
11
23
flag_x86_64
stringclasses
2 values
flag_aarch64_linux
stringclasses
2 values
flag_riscv
stringclasses
2 values
x86_64
stringlengths
9.22k
80.9k
aarch64_linux
stringlengths
10.8k
82.2k
riscv
stringlengths
8.02k
48.6k
test_c
stringlengths
438
1.17k
binsec_output_x86_64
stringlengths
1.19k
1.41k
binsec_output_aarch64_linux
stringlengths
1.19k
1.4k
binsec_output_riscv
stringlengths
1.19k
1.41k
ct_hacl_cmp_bytes
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_cmp_bytes/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_cmp_bytes/code.c" md5 0xf8e664f791daa927f2...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_cmp_bytes/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_cmp_bytes/code.c" md5 0xf8e664f791daa927f2b2abfca4d4a6fd .f...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_cmp_bytes/code.c (cmp_bytes.c upstream). * * Both 200-byte buffers are SECRET. HIGH_INPUT(LEN) needs the argument to * expand before it is pasted onto high_input_ - that indirection is what * SYM_CONCAT in ../__libsym__/sym.h provides. * * 200 bytes of loop is what makes this the most ex...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_rotate32_left
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl rotate32_left # -- Begin function rotate32_left .p2align 4, 0x90 .type rotate32_left,@function rotate32_left: # @rotate32_left .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_...
.text .file "code.c" .globl rotate32_left // -- Begin function rotate32_left .p2align 2 .type rotate32_left,@function rotate32_left: // @rotate32_left .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hac...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl rotate32_left # -- Begin function rotate32_left .p2align 1 .type rotate32_left,@function rotate32_left: # @rotate32_left .Lfunc_begin0: .cfi_startproc # ...
/* * Harness for ct_hacl_rotate32_left/code.c (upstream wrapper of the same name). * * Both the value x and the rotation amount n are SECRET - see the note in * code.c about what a "secure" verdict does and does not cover for a * secret-controlled shift. */ #include "../__libsym__/sym.h" #include <stdint.h> uint...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_rotate32_right
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl rotate32_right # -- Begin function rotate32_right .p2align 4, 0x90 .type rotate32_right,@function rotate32_right: # @rotate32_right .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Ben...
.text .file "code.c" .globl rotate32_right // -- Begin function rotate32_right .p2align 2 .type rotate32_right,@function rotate32_right: // @rotate32_right .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl rotate32_right # -- Begin function rotate32_right .p2align 1 .type rotate32_right,@function rotate32_right: # @rotate32_right .Lfunc_begin0: .cfi_startproc...
/* * Harness for ct_hacl_rotate32_right/code.c (upstream wrapper of the same name). * * Both the value x and the rotation amount n are SECRET - see the note in * code.c about what a "secure" verdict does and does not cover for a * secret-controlled shift. */ #include "../__libsym__/sym.h" #include <stdint.h> uin...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint16_eq_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_eq_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_eq_mask/code.c" md5 0xf77f84ed...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_eq_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_eq_mask/code.c" md5 0xf77f84ed31d240e453358f76d0...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint16_eq_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(2) expands to high_input_2, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - th...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint16_gte_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_gte_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_gte_mask/code.c" md5 0x19e6e2...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_gte_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint16_gte_mask/code.c" md5 0x19e6e28bc1b3684bdd039306...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint16_gte_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(2) expands to high_input_2, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - t...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint32_eq_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_eq_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_eq_mask/code.c" md5 0xc8541ddd...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_eq_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_eq_mask/code.c" md5 0xc8541ddd8a7d81c654f51e6565...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint32_eq_mask/code.c (uint32_eq_mask.c upstream). * * Both operands are SECRET. HIGH_INPUT(4) expands to high_input_4, which * BinSec intercepts by name through libsym.ini. */ #include "../__libsym__/sym.h" #include <stdint.h> uint32_t FStar_UInt32_eq_mask(uint32_t x, uint32_t y); int m...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint32_gte_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_gte_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_gte_mask/code.c" md5 0x495d86...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_gte_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint32_gte_mask/code.c" md5 0x495d864ebf4b7b8018121cb2...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint32_gte_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(4) expands to high_input_4, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - t...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint64_eq_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_eq_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_eq_mask/code.c" md5 0x6e64d291...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_eq_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_eq_mask/code.c" md5 0x6e64d291e6eda0dfbdef875209...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint64_eq_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(8) expands to high_input_8, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - th...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint64_gte_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_gte_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_gte_mask/code.c" md5 0xe58020...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_gte_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint64_gte_mask/code.c" md5 0xe5802047d58ce2e0c76929b7...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint64_gte_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(8) expands to high_input_8, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - t...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint8_eq_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_eq_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_eq_mask/code.c" md5 0x54fb11251f...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_eq_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_eq_mask/code.c" md5 0x54fb11251f224cb9889abae30490...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint8_eq_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(1) expands to high_input_1, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - tha...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_hacl_uint8_gte_mask
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_gte_mask/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_gte_mask/code.c" md5 0x7126051a...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_gte_mask/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_hacl_uint8_gte_mask/code.c" md5 0x7126051a24ac6e98fb07c16662...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_hacl_uint8_gte_mask/code.c (upstream wrapper of the same name). * * Both operands are SECRET. HIGH_INPUT(1) expands to high_input_1, * which BinSec intercepts by name through libsym.ini. * * main() returns the mask itself, so the process exit status is 255 whenever * the mask is all-ones - th...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_memcmp_branchless
insecure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_branchless/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_branchless/code.c" md5 0x823db171936f...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_branchless/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_branchless/code.c" md5 0x823db171936f3c6261f5d553aab120...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl memcmp # -- Begin function memcmp .p2align 1 .type memcmp,@function memcmp: # @memcmp .Lfunc_begin0: .file 1 "/mnt/c/Users/lehai/Downloads/...
/* * Harness for this folder's code.c, from * ct_examples/ct_sample_candidate_{1,2}/test_harness.c. * * Unlike every other relbench_refined sample, secrets here are NOT tagged by * calling a high_input_N marker - they are plain global variables, tagged * from checkct.cfg instead (`secret global s1` / `public glob...
[checkct:result] Instruction 0x401861 has control flow leak (0.046s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 69 sat 69 unsat 0 time 0.00 ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 19 sat 19 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 19 sat 19 unsat 0 time 0.00 Satisfiability queries total ...
ct_memcmp_naive
insecure
insecure
insecure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_naive/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_naive/code.c" md5 0xd8c80d616ca1883cc97f30...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_naive/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_memcmp_naive/code.c" md5 0xd8c80d616ca1883cc97f303764d0f13b .globl...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl memcmp # -- Begin function memcmp .p2align 1 .type memcmp,@function memcmp: # @memcmp .Lfunc_begin0: .cfi_startproc # %bb.0: #DEBUG_VALUE:...
/* * Harness for this folder's code.c, from * ct_examples/ct_sample_candidate_{1,2}/test_harness.c. * * Unlike every other relbench_refined sample, secrets here are NOT tagged by * calling a high_input_N marker - they are plain global variables, tagged * from checkct.cfg instead (`secret global s1` / `public glob...
[checkct:result] Instruction 0x401807 has control flow leak (0.033s) [checkct:result] Instruction 0x401809 has control flow leak (0.035s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 55 sat 55 ...
[checkct:result] Instruction 0x238fc0 has control flow leak (0.036s) [checkct:result] Instruction 0x238fc4 has control flow leak (0.038s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 55 sat 55 ...
[checkct:result] Instruction 0x0105da has control flow leak (0.034s) [checkct:result] Instruction 0x0105de has control flow leak (0.037s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 55 sat 55 ...
ct_naive_sort
insecure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl sort2 # -- Begin function sort2 .p2align 4, 0x90 .type sort2,@function sort2: # @sort2 .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct...
.text .file "code.c" .globl sort2 // -- Begin function sort2 .p2align 2 .type sort2,@function sort2: // @sort2 .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_naive_sort/build_arm_linux_...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl sort2 # -- Begin function sort2 .p2align 1 .type sort2,@function sort2: # @sort2 .Lfunc_begin0: .cfi_startproc # %bb.0: #DEBUG_VALUE: so...
/* * Harness for ct_naive_sort/code.c. * * All three arrays are tagged SECRET with high_input_12 (3 ints = 12 bytes). * BinSec intercepts high_input_12 by name through libsym.ini. * * Source: https://github.com/imdea-software/verifying-constant-time/blob/master/examples/sort/sort.c * (Modified by Lesly-Ann Danie...
[checkct:result] Instruction 0x401869 has control flow leak (0.042s) [checkct:result] Instruction 0x4018b7 has control flow leak (0.043s) [checkct:result] Instruction 0x401902 has control flow leak (0.054s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_eq
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl constant_time_eq # -- Begin function constant_time_eq .p2align 4, 0x90 .type constant_time_eq,@function constant_time_eq: # @constant_time_eq .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/R...
.text .file "code.c" .globl constant_time_eq // -- Begin function constant_time_eq .p2align 2 .type constant_time_eq,@function constant_time_eq: // @constant_time_eq .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refin...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_eq # -- Begin function constant_time_eq .p2align 1 .type constant_time_eq,@function constant_time_eq: # @constant_time_eq .Lfunc_begin0: .cfi_sta...
/* * Harness for ct_openssl_eq/code.c (ct_eq.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 whene...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_eq_8
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_8/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_8/code.c" md5 0x0f08f8e70846d1d56b6baf...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_8/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_8/code.c" md5 0x0f08f8e70846d1d56b6bafe46310038f .globl...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_eq_8 # -- Begin function constant_time_eq_8 .p2align 1 .type constant_time_eq_8,@function constant_time_eq_8: # @constant_time_eq_8 .Lfunc_begin0: .c...
/* * Harness for ct_openssl_eq_8/code.c (ct_eq_8.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 w...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_eq_int
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int/code.c" md5 0x2620264e6062e179a1...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int/code.c" md5 0x2620264e6062e179a18fcd507ad7acc7 .g...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_eq_int # -- Begin function constant_time_eq_int .p2align 1 .type constant_time_eq_int,@function constant_time_eq_int: # @constant_time_eq_int .Lfunc_begin...
/* * Harness for ct_openssl_eq_int/code.c (ct_eq_int.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 2...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_eq_int_8
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int_8/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int_8/code.c" md5 0x2c188b35abb992...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int_8/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_eq_int_8/code.c" md5 0x2c188b35abb992334ef393c32047f6cb...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_eq_int_8 # -- Begin function constant_time_eq_int_8 .p2align 1 .type constant_time_eq_int_8,@function constant_time_eq_int_8: # @constant_time_eq_int_8 .Lfunc...
/* * Harness for ct_openssl_eq_int_8/code.c (ct_eq_int_8.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_ge
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl constant_time_ge # -- Begin function constant_time_ge .p2align 4, 0x90 .type constant_time_ge,@function constant_time_ge: # @constant_time_ge .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/R...
.text .file "code.c" .globl constant_time_ge // -- Begin function constant_time_ge .p2align 2 .type constant_time_ge,@function constant_time_ge: // @constant_time_ge .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refin...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_ge # -- Begin function constant_time_ge .p2align 1 .type constant_time_ge,@function constant_time_ge: # @constant_time_ge .Lfunc_begin0: .cfi_sta...
/* * Harness for ct_openssl_ge/code.c (ct_ge.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 whene...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_ge_8
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_ge_8/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_ge_8/code.c" md5 0x8afa39dfdf64dda2cdbb00...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_ge_8/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_ge_8/code.c" md5 0x8afa39dfdf64dda2cdbb0009ad00b9ca .globl...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_ge_8 # -- Begin function constant_time_ge_8 .p2align 1 .type constant_time_ge_8,@function constant_time_ge_8: # @constant_time_ge_8 .Lfunc_begin0: .c...
/* * Harness for ct_openssl_ge_8/code.c (ct_ge_8.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 w...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_is_zero
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl constant_time_is_zero # -- Begin function constant_time_is_zero .p2align 4, 0x90 .type constant_time_is_zero,@function constant_time_is_zero: # @constant_time_is_zero .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resource...
.text .file "code.c" .globl constant_time_is_zero // -- Begin function constant_time_is_zero .p2align 2 .type constant_time_is_zero,@function constant_time_is_zero: // @constant_time_is_zero .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_is_zero # -- Begin function constant_time_is_zero .p2align 1 .type constant_time_is_zero,@function constant_time_is_zero: # @constant_time_is_zero .Lfunc_be...
/* * Harness for ct_openssl_is_zero/code.c (ct_is_zero.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_is_zero_8
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_is_zero_8/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_is_zero_8/code.c" md5 0x109737d0ffed...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_is_zero_8/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_is_zero_8/code.c" md5 0x109737d0ffedd809b792d2430abfa2...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_is_zero_8 # -- Begin function constant_time_is_zero_8 .p2align 1 .type constant_time_is_zero_8,@function constant_time_is_zero_8: # @constant_time_is_zero_8 .Lf...
/* * Harness for ct_openssl_is_zero_8/code.c (ct_is_zero_8.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit statu...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_lt
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl constant_time_lt # -- Begin function constant_time_lt .p2align 4, 0x90 .type constant_time_lt,@function constant_time_lt: # @constant_time_lt .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/R...
.text .file "code.c" .globl constant_time_lt // -- Begin function constant_time_lt .p2align 2 .type constant_time_lt,@function constant_time_lt: // @constant_time_lt .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refin...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_lt # -- Begin function constant_time_lt .p2align 1 .type constant_time_lt,@function constant_time_lt: # @constant_time_lt .Lfunc_begin0: .cfi_sta...
/* * Harness for ct_openssl_lt/code.c (ct_lt.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 whene...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_lt_8
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_lt_8/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_lt_8/code.c" md5 0xfea544eabeeed52a504305...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_lt_8/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_lt_8/code.c" md5 0xfea544eabeeed52a504305f3a09d60d3 .globl...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_lt_8 # -- Begin function constant_time_lt_8 .p2align 1 .type constant_time_lt_8,@function constant_time_lt_8: # @constant_time_lt_8 .Lfunc_begin0: .c...
/* * Harness for ct_openssl_lt_8/code.c (ct_lt_8.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 w...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_msb
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl constant_time_msb # -- Begin function constant_time_msb .p2align 4, 0x90 .type constant_time_msb,@function constant_time_msb: # @constant_time_msb .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Cod...
.text .file "code.c" .globl constant_time_msb // -- Begin function constant_time_msb .p2align 2 .type constant_time_msb,@function constant_time_msb: // @constant_time_msb .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_re...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_msb # -- Begin function constant_time_msb .p2align 1 .type constant_time_msb,@function constant_time_msb: # @constant_time_msb .Lfunc_begin0: .cfi_...
/* * Harness for ct_openssl_msb/code.c (ct_msb.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 255 whe...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 2 sat 2 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_select
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl constant_time_select # -- Begin function constant_time_select .p2align 4, 0x90 .type constant_time_select,@function constant_time_select: # @constant_time_select .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/T...
.text .file "code.c" .globl constant_time_select // -- Begin function constant_time_select .p2align 2 .type constant_time_select,@function constant_time_select: // @constant_time_select .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/re...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_select # -- Begin function constant_time_select .p2align 1 .type constant_time_select,@function constant_time_select: # @constant_time_select .Lfunc_begin...
/* * Harness for ct_openssl_select/code.c (ct_select.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status is 2...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
ct_openssl_select_8
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_select_8/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_select_8/code.c" md5 0x3ee5da5f54b85c...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_select_8/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_openssl_select_8/code.c" md5 0x3ee5da5f54b85cda5059ec358ea3090a...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl constant_time_select_8 # -- Begin function constant_time_select_8 .p2align 1 .type constant_time_select_8,@function constant_time_select_8: # @constant_time_select_8 .Lfunc...
/* * Harness for ct_openssl_select_8/code.c (ct_select_8.c upstream). * * Every operand is SECRET - these primitives exist precisely so that a secret * can drive a choice without driving a branch. BinSec intercepts high_input_4 * by name through libsym.ini. * * main() returns the mask itself, so the exit status ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
ct_select_1
secure
secure
insecure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_1/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_1/code.c" md5 0xeb34d844fccf5837c913f69f08fac9...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_1/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_1/code.c" md5 0xeb34d844fccf5837c913f69f08fac9a4 .file 1 "/usr/...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_select_1/code.c. * * high_input_1 / low_input_4 are the rel_bench secret/public input markers * (../__libsym__/sym.h). BinSec intercepts them by name through libsym.ini and * tags the pointed-to bytes as secret / public, so `bit` is the only secret * in the program and `x`/`y` are public. */ ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[checkct:result] Instruction 0x0105e2 has control flow leak (0.202s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 6 sat 6 unsat 0 time 0.00 ...
ct_select_2
secure
secure
insecure
.text .intel_syntax noprefix .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_2/build_x86_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_2/code.c" md5 0x03a9a2323d6fc2ce1317ff904a4ef7...
.text .file "code.c" .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_2/build_arm_linux_O2" "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_select_2/code.c" md5 0x03a9a2323d6fc2ce1317ff904a4ef779 .file 1 "/usr/...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .file 1 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/bits" "types.h" .file 2 "/usr/bin/../lib/gcc-cross/riscv64-linux-gnu/13/../../../../riscv64-linux-gnu/include/b...
/* * Harness for ct_select_2/code.c. * * high_input_1 / low_input_4 are the rel_bench secret/public input markers * (../__libsym__/sym.h). BinSec intercepts them by name through libsym.ini and * tags the pointed-to bytes as secret / public, so `bit` is the only secret * in the program and `x`/`y` are public. */ ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[checkct:result] Instruction 0x0105d4 has control flow leak (0.030s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 6 sat 6 unsat 0 time 0.00 ...
ct_select_3
secure
secure
insecure
.text .intel_syntax noprefix .file "code.c" .globl ct_select_u32_v3 # -- Begin function ct_select_u32_v3 .p2align 4, 0x90 .type ct_select_u32_v3,@function ct_select_u32_v3: # @ct_select_u32_v3 .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/R...
.text .file "code.c" .globl ct_select_u32_v3 // -- Begin function ct_select_u32_v3 .p2align 2 .type ct_select_u32_v3,@function ct_select_u32_v3: // @ct_select_u32_v3 .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refin...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl ct_select_u32_v3 # -- Begin function ct_select_u32_v3 .p2align 1 .type ct_select_u32_v3,@function ct_select_u32_v3: # @ct_select_u32_v3 .Lfunc_begin0: .cfi_sta...
/* * Harness for ct_select_3/code.c. * * high_input_1 / low_input_4 are the rel_bench secret/public input markers * (../__libsym__/sym.h). BinSec intercepts them by name through libsym.ini and * tags the pointed-to bytes as secret / public, so `bit` is the only secret * in the program and `x`/`y` are public. */ ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[checkct:result] Instruction 0x0105d4 has control flow leak (0.031s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 6 sat 6 unsat 0 time 0.00 ...
ct_select_4
secure
secure
insecure
.text .intel_syntax noprefix .file "code.c" .globl ct_select_u32_v4 # -- Begin function ct_select_u32_v4 .p2align 4, 0x90 .type ct_select_u32_v4,@function ct_select_u32_v4: # @ct_select_u32_v4 .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/R...
.text .file "code.c" .globl ct_select_u32_v4 // -- Begin function ct_select_u32_v4 .p2align 2 .type ct_select_u32_v4,@function ct_select_u32_v4: // @ct_select_u32_v4 .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refin...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl ct_select_u32_v4 # -- Begin function ct_select_u32_v4 .p2align 1 .type ct_select_u32_v4,@function ct_select_u32_v4: # @ct_select_u32_v4 .Lfunc_begin0: .cfi_sta...
/* * Harness for ct_select_4/code.c. * * high_input_1 / low_input_4 are the rel_bench secret/public input markers * (../__libsym__/sym.h). BinSec intercepts them by name through libsym.ini and * tags the pointed-to bytes as secret / public, so `bit` is the only secret * in the program and `x`/`y` are public. */ ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[checkct:result] Instruction 0x0105d4 has control flow leak (0.094s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 6 sat 6 unsat 0 time 0.00 ...
ct_sort3_multiplex
insecure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl sort2_multiplex # -- Begin function sort2_multiplex .p2align 4, 0x90 .type sort2_multiplex,@function sort2_multiplex: # @sort2_multiplex .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_...
.text .file "code.c" .globl sort2_multiplex // -- Begin function sort2_multiplex .p2align 2 .type sort2_multiplex,@function sort2_multiplex: // @sort2_multiplex .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl sort2_multiplex # -- Begin function sort2_multiplex .p2align 1 .type sort2_multiplex,@function sort2_multiplex: # @sort2_multiplex .Lfunc_begin0: .cfi_startp...
/* * Harness for ct_sort3_multiplex/code.c. * * Both arrays are tagged SECRET with high_input_12 (3 ints = 12 bytes). * BinSec intercepts high_input_12 by name through libsym.ini. * * Source: https://github.com/imdea-software/verifying-constant-time/blob/master/examples/sort/sort.c */ #include "../__libsym__/sym...
[checkct:result] Instruction 0x40185d has control flow leak (0.060s) [checkct:result] Instruction 0x401897 has control flow leak (0.063s) [checkct:result] Instruction 0x4018d2 has control flow leak (0.078s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 3 sat 3 unsat 0 time 0.00 Satisfiability queries total ...
ct_sort3_negative
insecure
insecure
insecure
.text .intel_syntax noprefix .file "code.c" .globl sort2_negative # -- Begin function sort2_negative .p2align 4, 0x90 .type sort2_negative,@function sort2_negative: # @sort2_negative .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Ben...
.text .file "code.c" .globl sort2_negative // -- Begin function sort2_negative .p2align 2 .type sort2_negative,@function sort2_negative: // @sort2_negative .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl sort2_negative # -- Begin function sort2_negative .p2align 1 .type sort2_negative,@function sort2_negative: # @sort2_negative .Lfunc_begin0: .cfi_startproc...
/* * Harness for ct_sort3_negative/code.c. * * Both arrays are tagged SECRET with high_input_12 (3 ints = 12 bytes). * BinSec intercepts high_input_12 by name through libsym.ini. * * Source: https://github.com/imdea-software/verifying-constant-time/blob/master/examples/sort/sort.c */ #include "../__libsym__/sym....
[checkct:result] Instruction 0x401827 has memory access leak (0.035s) [checkct:result] Instruction 0x401846 has memory access leak (0.038s) [checkct:result] Instruction 0x401860 has memory access leak (0.038s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications ...
[checkct:result] Instruction 0x239034 has memory access leak (0.033s) [checkct:result] Instruction 0x239058 has memory access leak (0.036s) [checkct:result] Instruction 0x239080 has memory access leak (0.036s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications ...
[checkct:result] Instruction 0x0105f4 has control flow leak (0.029s) [checkct:result] Instruction 0x010612 has control flow leak (0.030s) [checkct:result] Instruction 0x010634 has control flow leak (0.032s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications ...
ct_tea_decrypt
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl decipher # -- Begin function decipher .p2align 4, 0x90 .type decipher,@function decipher: # @decipher .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_r...
.text .file "code.c" .globl decipher // -- Begin function decipher .p2align 2 .type decipher,@function decipher: // @decipher .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_tea_decrypt/build_...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl decipher # -- Begin function decipher .p2align 1 .type decipher,@function decipher: # @decipher .Lfunc_begin0: .cfi_startproc # %bb.0: #DEBUG_...
/* * Harness for ct_tea_decrypt/code.c (tea_decrypt_wrapper.c upstream). * * Everything is SECRET here - key, message and output buffer are all tagged * with high_input_*, so there is no public input at all. BinSec intercepts the * markers by name through libsym.ini. * * The sizes below (16 / 8 / 8 bytes) are up...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
ct_tea_encrypt
secure
secure
secure
.text .intel_syntax noprefix .file "code.c" .globl encipher # -- Begin function encipher .p2align 4, 0x90 .type encipher,@function encipher: # @encipher .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_r...
.text .file "code.c" .globl encipher // -- Begin function encipher .p2align 2 .type encipher,@function encipher: // @encipher .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbench_refined/ct_tea_encrypt/build_...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl encipher # -- Begin function encipher .p2align 1 .type encipher,@function encipher: # @encipher .Lfunc_begin0: .cfi_startproc # %bb.0: #DEBUG_...
/* * Harness for ct_tea_encrypt/code.c (tea_encrypt_wrapper.c upstream). * * Everything is SECRET here - key, message and output buffer are all tagged * with high_input_*, so there is no public input at all. BinSec intercepts the * markers by name through libsym.ini. * * The sizes below (16 / 8 / 8 bytes) are up...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
naive_select
secure
secure
insecure
.text .intel_syntax noprefix .file "code.c" .globl ct_select_u32_naive # -- Begin function ct_select_u32_naive .p2align 4, 0x90 .type ct_select_u32_naive,@function ct_select_u32_naive: # @ct_select_u32_naive .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test...
.text .file "code.c" .globl ct_select_u32_naive // -- Begin function ct_select_u32_naive .p2align 2 .type ct_select_u32_naive,@function ct_select_u32_naive: // @ct_select_u32_naive .Lfunc_begin0: .file 0 "/mnt/c/Users/lehai/Downloads/MBZUAI_Resources/Test_C_Code/Rel_Bench_Work/relbe...
.text .attribute 4, 16 .attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0" .file "code.c" .globl ct_select_u32_naive # -- Begin function ct_select_u32_naive .p2align 1 .type ct_select_u32_naive,@function ct_select_u32_naive: # @ct_select_u32_naive .Lfunc_begin0: ...
/* * Harness for naive_select/code.c. * * high_input_1 / low_input_4 are the rel_bench secret/public input markers * (../__libsym__/sym.h). BinSec intercepts them by name through libsym.ini and * tags the pointed-to bytes as secret / public, so `bit` is the only secret * in the program and `x`/`y` are public. */...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 4 sat 4 unsat 0 time 0.00 Satisfiability queries total ...
[checkct:result] Instruction 0x0105d4 has control flow leak (0.029s) [sse:info] Empty path worklist: halting ... [sse:info] SMT queries Preprocessing simplifications total 6 sat 6 unsat 0 time 0.00 ...