netxduo
NX_CRYPTO_PKCS1_STRUCT::modulus_size
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_PKCS1_STRUCT::modulus_size
NX_CRYPTO_PKCS1_STRUCT::modulus_size field
Syntax
Show:
Summary
Declaration
from
nx_crypto_pkcs1_v1.5.h:72
UINT
modulus_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT
modulus_size
;
nx_crypto_pkcs1_v1.5.h:72
if
(
output_size
<
ctx
->
modulus_size
)
nx_crypto_pkcs1_v1.5.c:131
_nx_crypto_pkcs1_v1_5_sign()
(
NX_CRYPTO_KEY_SIZE
)
(
ctx
->
modulus_size
<
<
3
)
,
nx_crypto_pkcs1_v1.5.c:146
_nx_crypto_pkcs1_v1_5_sign()
if
(
sizeof
(
ctx
->
scratch_buffer
)
<
(
2
*
(
ctx
->
modulus_size
)
)
)
nx_crypto_pkcs1_v1.5.c:244
_nx_crypto_pkcs1_v1_5_verify()
EM2
=
ctx
->
scratch_buffer
+
ctx
->
modulus_size
;
nx_crypto_pkcs1_v1.5.c:251
_nx_crypto_pkcs1_v1_5_verify()
(
NX_CRYPTO_KEY_SIZE
)
(
ctx
->
modulus_size
<
<
3
)
,
nx_crypto_pkcs1_v1.5.c:256
_nx_crypto_pkcs1_v1_5_verify()
ctx
->
modulus_size
,
nx_crypto_pkcs1_v1.5.c:275
_nx_crypto_pkcs1_v1_5_verify()
status
=
_nx_crypto_pkcs1_v1_5_encode
(
message
,
message_length
,
ctx
->
hash_method
,
ctx
->
hash_metadata
,
ctx
->
hash_metadata_size
,
EM2
,
ctx
->
modulus_size
)
;
nx_crypto_pkcs1_v1.5.c:294
_nx_crypto_pkcs1_v1_5_verify()
if
(
NX_CRYPTO_MEMCMP
(
EM1
,
EM2
,
ctx
->
modulus_size
)
)
nx_crypto_pkcs1_v1.5.c:300
_nx_crypto_pkcs1_v1_5_verify()
ctx
->
modulus_size
=
(
key_size_in_bits
>
>
3
)
;
nx_crypto_pkcs1_v1.5.c:693
_nx_crypto_method_pkcs1_v1_5_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_PKCS1_STRUCT::modulus_size
is written by 1 function and is read by 2 functions:
_nx_crypto_method_pkcs1_v1_5_operation()
All items filtered out
NX_CRYPTO_PKCS1_STRUCT::modulus_size
_nx_crypto_pkcs1_v1_5_sign()
_nx_crypto_pkcs1_v1_5_verify()
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