mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 15:50:50 +02:00
TA100: follow-up changes (squash after 4e64cb56)
This commit is contained in:
committed by
Daniele Lacamera
parent
00cca3e25b
commit
dbf4aaa5be
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user