Skip to content

Commit

Permalink
initial attempt to regenerate files
Browse files Browse the repository at this point in the history
some linkages are still broken, but it's a somewhat-formed mass
that is suitable for forward debugging
  • Loading branch information
bunnie committed Feb 9, 2024
1 parent 0fd2e3b commit e9830a8
Show file tree
Hide file tree
Showing 176 changed files with 34,237 additions and 74,195 deletions.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ fn emit_rerun_if_changed() {
}
})
}
*/
}

fn walk_dir(dir: &Path, cb: &impl Fn(&DirEntry)) {
Expand Down
40 changes: 20 additions & 20 deletions compile_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"-D__riscv_xlen=32",
"crypto/fipsmodule/aes/aes_nohw.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/aes/aes_nohw.c"
},
{
Expand All @@ -32,7 +32,7 @@
"-D__riscv_xlen=32",
"crypto/fipsmodule/bn/montgomery.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/bn/montgomery.c"
},
{
Expand All @@ -50,7 +50,7 @@
"-D__riscv_xlen=32",
"crypto/fipsmodule/bn/montgomery_inv.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/bn/montgomery_inv.c"
},
{
Expand All @@ -68,7 +68,7 @@
"-D__riscv_xlen=32",
"crypto/limbs/limbs.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/limbs/limbs.c"
},
{
Expand All @@ -86,7 +86,7 @@
"-D__riscv_xlen=32",
"crypto/mem.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/mem.c"
},
{
Expand All @@ -104,7 +104,7 @@
"-D__riscv_xlen=32",
"crypto/poly1305/poly1305.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/poly1305/poly1305.c"
},
{
Expand All @@ -122,7 +122,7 @@
"-D__riscv_xlen=32",
"crypto/crypto.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/crypto.c"
},
{
Expand All @@ -140,7 +140,7 @@
"-D__riscv_xlen=32",
"crypto/curve25519/curve25519.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/curve25519/curve25519.c"
},
{
Expand All @@ -156,10 +156,10 @@
"-D__xous__",
"-D__riscv",
"-D__riscv_xlen=32",
"crypto/fipsmodule/ec_17/ecp_nistz.c"
"crypto/fipsmodule/ec/ecp_nistz.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"file": "crypto/fipsmodule/ec_17/ecp_nistz.c"
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/ec/ecp_nistz.c"
},
{
"arguments": [
Expand All @@ -174,10 +174,10 @@
"-D__xous__",
"-D__riscv",
"-D__riscv_xlen=32",
"crypto/fipsmodule/ec_17/gfp_p256.c"
"crypto/fipsmodule/ec/gfp_p256.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"file": "crypto/fipsmodule/ec_17/gfp_p256.c"
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/ec/gfp_p256.c"
},
{
"arguments": [
Expand All @@ -192,10 +192,10 @@
"-D__xous__",
"-D__riscv",
"-D__riscv_xlen=32",
"crypto/fipsmodule/ec_17/gfp_p384.c"
"crypto/fipsmodule/ec/gfp_p384.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"file": "crypto/fipsmodule/ec_17/gfp_p384.c"
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/ec/gfp_p384.c"
},
{
"arguments": [
Expand All @@ -210,9 +210,9 @@
"-D__xous__",
"-D__riscv",
"-D__riscv_xlen=32",
"crypto/fipsmodule/ec_17/p256.c"
"crypto/fipsmodule/ec/p256.c"
],
"directory": "/mnt/f/largework/rust-win/code/ring-xous",
"file": "crypto/fipsmodule/ec_17/p256.c"
"directory": "/mnt/f/code/ring-xous",
"file": "crypto/fipsmodule/ec/p256.c"
}
]
2 changes: 0 additions & 2 deletions crypto/fipsmodule/bn/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ OPENSSL_STATIC_ASSERT(sizeof(int) == sizeof(size_t) ||
"int and size_t ABI mismatch");
void GFp_bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
const BN_ULONG *np, const BN_ULONG *n0, size_t num);
void bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
const BN_ULONG *np, const BN_ULONG *n0, size_t num);
void bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
const BN_ULONG *np, const BN_ULONG *n0, size_t num);

Expand Down
1 change: 0 additions & 1 deletion crypto/fipsmodule/ec_17/.gitattributes

This file was deleted.

Loading

0 comments on commit e9830a8

Please sign in to comment.