netxduo
NX_CRYPTO_EC_FIXED_POINTS
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_EC_FIXED_POINTS
NX_CRYPTO_EC_FIXED_POINTS struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_ec.h:90
typedef
struct
{
UINT
nx_crypto_ec_fixed_points_window_width
;
UINT
nx_crypto_ec_fixed_points_bits
;
UINT
nx_crypto_ec_fixed_points_d
;
UINT
nx_crypto_ec_fixed_points_e
;
NX_CRYPTO_EC_POINT
*
nx_crypto_ec_fixed_points_array
;
NX_CRYPTO_EC_POINT
*
nx_crypto_ec_fixed_points_array_2e
;
}
NX_CRYPTO_EC_FIXED_POINTS
;
Fields
Field
Declared as
NX_CRYPTO_EC_FIXED_POINTS::nx_crypto_ec_fixed_points_window_width
UINT
NX_CRYPTO_EC_FIXED_POINTS::nx_crypto_ec_fixed_points_bits
UINT
NX_CRYPTO_EC_FIXED_POINTS::nx_crypto_ec_fixed_points_d
UINT
NX_CRYPTO_EC_FIXED_POINTS::nx_crypto_ec_fixed_points_e
UINT
NX_CRYPTO_EC_FIXED_POINTS::nx_crypto_ec_fixed_points_array
NX_CRYPTO_EC_POINT
*
NX_CRYPTO_EC_FIXED_POINTS::nx_crypto_ec_fixed_points_array_2e
NX_CRYPTO_EC_POINT
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
nx_crypto_ec.h:90
}
NX_CRYPTO_EC_FIXED_POINTS
;
nx_crypto_ec.h:114
extern
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp192r1_fixed_points
;
nx_crypto_ec.c:373
extern
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp224r1_fixed_points
;
nx_crypto_ec.c:374
extern
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp256r1_fixed_points
;
nx_crypto_ec.c:375
extern
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp384r1_fixed_points
;
nx_crypto_ec.c:376
extern
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp521r1_fixed_points
;
nx_crypto_ec.c:377
(
NX_CRYPTO_EC_FIXED_POINTS
*
)
&
_nx_crypto_ec_secp192r1_fixed_points
,
nx_crypto_ec.c:434
(
NX_CRYPTO_EC_FIXED_POINTS
*
)
&
_nx_crypto_ec_secp224r1_fixed_points
,
nx_crypto_ec.c:496
(
NX_CRYPTO_EC_FIXED_POINTS
*
)
&
_nx_crypto_ec_secp256r1_fixed_points
,
nx_crypto_ec.c:558
(
NX_CRYPTO_EC_FIXED_POINTS
*
)
&
_nx_crypto_ec_secp384r1_fixed_points
,
nx_crypto_ec.c:620
(
NX_CRYPTO_EC_FIXED_POINTS
*
)
&
_nx_crypto_ec_secp521r1_fixed_points
,
nx_crypto_ec.c:682
NX_CRYPTO_EC_FIXED_POINTS
*
fixed_points
;
nx_crypto_ec.c:3007
_nx_crypto_ec_fp_fixed_multiple()
NX_CRYPTO_EC_FIXED_POINTS
*
fixed_points
;
nx_crypto_ec.c:3356
_nx_crypto_ec_precomputation()
fixed_points
=
(
NX_CRYPTO_EC_FIXED_POINTS
*
)
scratch_ptr
;
nx_crypto_ec.c:3379
_nx_crypto_ec_precomputation()
scratch_ptr
+=
sizeof
(
NX_CRYPTO_EC_FIXED_POINTS
)
>
>
HN_SIZE_SHIFT
;
nx_crypto_ec.c:3380
_nx_crypto_ec_precomputation()
NX_CRYPTO_EC_FIXED_POINTS
*
fixed_points
;
nx_crypto_ec.c:3543
_nx_crypto_ec_fixed_output()
}
NX_CRYPTO_EC_FIXED_POINTS
;
nx_crypto_ec.h:114
NX_CRYPTO_EC_FIXED_POINTS
NX_CRYPTO_EC_FIXED_POINTS
*
nx_crypto_ec_fixed_points
;
nx_crypto_ec.h:133
NX_CRYPTO_EC_STRUCT
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_fixed_points
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp192r1_fixed_points
=
nx_crypto_ec_secp192r1_fixed_points.c:850
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp224r1_fixed_points
=
nx_crypto_ec_secp224r1_fixed_points.c:909
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp256r1_fixed_points
=
nx_crypto_ec_secp256r1_fixed_points.c:908
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp384r1_fixed_points
=
nx_crypto_ec_secp384r1_fixed_points.c:2113
NX_CRYPTO_CONST
NX_CRYPTO_EC_FIXED_POINTS
_nx_crypto_ec_secp521r1_fixed_points
=
nx_crypto_ec_secp521r1_fixed_points.c:2478
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_fixed_points
NX_CRYPTO_EC_STRUCT
nx_crypto_ec.h:133
_nx_crypto_ec_secp192r1_fixed_points
nx_crypto_ec.c:373
_nx_crypto_ec_secp224r1_fixed_points
nx_crypto_ec.c:374
_nx_crypto_ec_secp256r1_fixed_points
nx_crypto_ec.c:375
_nx_crypto_ec_secp384r1_fixed_points
nx_crypto_ec.c:376
_nx_crypto_ec_secp521r1_fixed_points
nx_crypto_ec.c:377
_nx_crypto_ec_secp192r1_fixed_points
nx_crypto_ec_secp192r1_fixed_points.c:850
_nx_crypto_ec_secp224r1_fixed_points
nx_crypto_ec_secp224r1_fixed_points.c:909
_nx_crypto_ec_secp256r1_fixed_points
nx_crypto_ec_secp256r1_fixed_points.c:908
_nx_crypto_ec_secp384r1_fixed_points
nx_crypto_ec_secp384r1_fixed_points.c:2113
_nx_crypto_ec_secp521r1_fixed_points
nx_crypto_ec_secp521r1_fixed_points.c:2478
Lifecycle
from
examples
All items filtered out
All items filtered out