File tree Expand file tree Collapse file tree
ECLIPSE/DEOS/deos_wolfssl
wolfCrypt_FreeRTOS_example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 240240 <locationURI >WOLFSSL_ROOT/wolfcrypt/src/fe_operations.c</locationURI >
241241 </link >
242242 <link >
243- <name >wolfcrypt/src/fe_x25519_128.i </name >
243+ <name >wolfcrypt/src/fe_x25519_128.h </name >
244244 <type >1</type >
245- <locationURI >WOLFSSL_ROOT/wolfcrypt/src/fe_x25519_128.i </locationURI >
245+ <locationURI >WOLFSSL_ROOT/wolfcrypt/src/fe_x25519_128.h </locationURI >
246246 </link >
247247 <link >
248248 <name >wolfcrypt/src/fp_mont_small.i</name >
Original file line number Diff line number Diff line change 326326 <locationURI >PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_operations.c</locationURI >
327327 </link >
328328 <link >
329- <name >src/wolfcrypt/src/fe_x25519_128.i </name >
329+ <name >src/wolfcrypt/src/fe_x25519_128.h </name >
330330 <type >1</type >
331- <locationURI >PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.i </locationURI >
331+ <locationURI >PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.h </locationURI >
332332 </link >
333333 <link >
334334 <name >src/wolfcrypt/src/fp_mont_small.i</name >
Original file line number Diff line number Diff line change 10161016 <locationURI >PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_operations.c</locationURI >
10171017 </link >
10181018 <link >
1019- <name >src/wolfcrypt/src/fe_x25519_128.i </name >
1019+ <name >src/wolfcrypt/src/fe_x25519_128.h </name >
10201020 <type >1</type >
1021- <locationURI >PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.i </locationURI >
1021+ <locationURI >PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.h </locationURI >
10221022 </link >
10231023 <link >
10241024 <name >src/wolfcrypt/src/fp_mont_small.i</name >
Original file line number Diff line number Diff line change 10161016 <locationURI >PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_operations.c</locationURI >
10171017 </link >
10181018 <link >
1019- <name >src/wolfcrypt/src/fe_x25519_128.i </name >
1019+ <name >src/wolfcrypt/src/fe_x25519_128.h </name >
10201020 <type >1</type >
1021- <locationURI >PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.i </locationURI >
1021+ <locationURI >PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.h </locationURI >
10221022 </link >
10231023 <link >
10241024 <name >src/wolfcrypt/src/fp_mont_small.i</name >
Original file line number Diff line number Diff line change 4545#elif defined(WOLFSSL_ARMASM )
4646/* Assembly code in fe_armv[78]_x25519.* */
4747#elif defined(CURVED25519_128BIT )
48- #include "fe_x25519_128.i "
48+ #include "fe_x25519_128.h "
4949#else
5050
5151#if defined(HAVE_CURVE25519 ) || \
Original file line number Diff line number Diff line change 1- /* fe_x25519_128.i
1+ /* fe_x25519_128.h
22 *
3- * Copyright (C) 2006-2023 wolfSSL Inc.
3+ * Copyright (C) 2006-2024 wolfSSL Inc.
44 *
55 * This file is part of wolfSSL.
66 *
2121
2222/* Generated using (from wolfssl):
2323 * cd ../scripts
24- * ruby ./x25519/fe_x25519_128_gen.rb > ../wolfssl/wolfcrypt/src/fe_x25519_128.i
24+ * ruby ./x25519/fe_x25519_128_gen.rb > ../wolfssl/wolfcrypt/src/fe_x25519_128.h
2525 */
2626
2727void fe_init (void )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ EXTRA_DIST += \
5555 wolfcrypt/src/fp_sqr_comba_8.i \
5656 wolfcrypt/src/fp_sqr_comba_9.i \
5757 wolfcrypt/src/fp_sqr_comba_small_set.i \
58- wolfcrypt/src/fe_x25519_128.i
58+ wolfcrypt/src/fe_x25519_128.h
5959
6060EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
6161 wolfcrypt/src/port/ti/ti-des3.c \
You can’t perform that action at this time.
0 commit comments