netxduo
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_bits
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_STRUCT::nx_crypto_ec_bits
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_bits field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ec.h:122
UINT
nx_crypto_ec_bits
;
Examples
References
from
examples
Code
Location
Referrer
UINT
nx_crypto_ec_bits
;
nx_crypto_ec.h:122
clen
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ec.c:948
_nx_crypto_ec_point_extract_uncompressed()
UINT
bits
=
curve
->
nx_crypto_ec_bits
+
64
;
nx_crypto_ec.c:3154
_nx_crypto_ec_key_pair_generation_extra()
private_key_len
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ec.c:3254
_nx_crypto_ec_key_pair_stream_generate()
public_key_len
=
1
+
(
(
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
)
<
<
1
)
;
nx_crypto_ecdh.c:93
_nx_crypto_ecdh_key_pair_import()
clen
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ecdh.c:181
_nx_crypto_ecdh_private_key_export()
public_key_len
=
1
+
(
(
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
)
<
<
1
)
;
nx_crypto_ecdh.c:266
_nx_crypto_ecdh_setup()
clen
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ecdh.c:398
_nx_crypto_ecdh_compute_secret()
curve_size
=
curve
->
nx_crypto_ec_bits
>
>
3
;
nx_crypto_ecdsa.c:104
_nx_crypto_ecdsa_sign()
if
(
curve
->
nx_crypto_ec_bits
&
7
)
nx_crypto_ecdsa.c:105
_nx_crypto_ecdsa_sign()
if
(
curve
->
nx_crypto_ec_bits
<
hash_length
<
<
3
)
nx_crypto_ecdsa.c:149
_nx_crypto_ecdsa_sign()
_nx_crypto_huge_number_shift_right
(
&
z
,
(
hash_length
<
<
3
)
-
curve
->
nx_crypto_ec_bits
)
;
nx_crypto_ecdsa.c:151
_nx_crypto_ecdsa_sign()
if
(
curve
->
nx_crypto_ec_bits
<
hash_length
<
<
3
)
nx_crypto_ecdsa.c:447
_nx_crypto_ecdsa_verify()
_nx_crypto_huge_number_shift_right
(
&
z
,
(
hash_length
<
<
3
)
-
curve
->
nx_crypto_ec_bits
)
;
nx_crypto_ecdsa.c:449
_nx_crypto_ecdsa_verify()
UINT
curve_size
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ecjpake.c:172
_nx_crypto_ecjpake_hello_generate()
UINT
curve_size
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ecjpake.c:500
_nx_crypto_ecjpake_key_exchange_generate()
UINT
input_size
=
(
curve
->
nx_crypto_ec_bits
+
7
)
>
>
3
;
nx_crypto_ecjpake.c:1412
_nx_crypto_ecjpake_pre_master_secret_generate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_bits
is read by 12 functions:
All items filtered out
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_bits
_nx_crypto_ec_point_extract_uncompressed()
_nx_crypto_ec_key_pair_generation_extra()
_nx_crypto_ec_key_pair_stream_generate()
_nx_crypto_ecdh_key_pair_import()
_nx_crypto_ecdh_private_key_export()
_nx_crypto_ecdh_setup()
_nx_crypto_ecdh_compute_secret()
_nx_crypto_ecdsa_sign()
_nx_crypto_ecdsa_verify()
_nx_crypto_ecjpake_hello_generate()
_nx_crypto_ecjpake_key_exchange_generate()
_nx_crypto_ecjpake_pre_master_secret_generate()
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
Lifecycle
from
examples
All items filtered out
All items filtered out