TA100: follow-up changes (squash after 4e64cb56)

This commit is contained in:
Tesfa Mae
2026-01-14 12:00:51 -08:00
committed by Daniele Lacamera
parent 00cca3e25b
commit dbf4aaa5be
9 changed files with 348 additions and 132 deletions
+1 -2
View File
@@ -832,8 +832,7 @@ int wc_ecc_point_is_at_infinity(ecc_point *p);
WOLFSSL_API
int wc_ecc_point_is_on_curve(ecc_point *p, int curve_idx);
#if !defined(WOLFSSL_ATECC508A) && !defined(WOLFSSL_ATECC608A) && \
!defined(WOLFSSL_MICROCHIP_TA100)
#if !defined(WOLFSSL_ATECC508A) && !defined(WOLFSSL_ATECC608A)
WOLFSSL_API
int wc_ecc_mulmod(const mp_int* k, ecc_point *G, ecc_point *R,
mp_int* a, mp_int* modulus, int map);
+2 -2
View File
@@ -109,8 +109,8 @@ enum atmelSlotType {
ATMEL_SLOT_ECDHE_BOB,
};
int atmel_ecc_alloc(int slotType);
void atmel_ecc_free(int slotId);
WOLFSSL_API int atmel_ecc_alloc(int slotType);
WOLFSSL_API void atmel_ecc_free(int slotId);
typedef int (*atmel_slot_alloc_cb)(int);
typedef void (*atmel_slot_dealloc_cb)(int);