netxduo
NX_CRYPTO_PKCS1
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_PKCS1
NX_CRYPTO_PKCS1 struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_pkcs1_v1.5.h:63
typedef
struct
NX_CRYPTO_PKCS1_STRUCT
{
NX_CRYPTO_METHOD
*
public_cipher_method
;
VOID
*
public_cipher_metadata
;
UINT
public_cipher_metadata_size
;
NX_CRYPTO_METHOD
*
hash_method
;
VOID
*
hash_metadata
;
UINT
hash_metadata_size
;
UCHAR
*
modulus
;
UINT
modulus_size
;
UCHAR
scratch_buffer
[
NX_CRYPTO_MAX_RSA_MODULUS_SIZE
>
>
2
]
;
}
NX_CRYPTO_PKCS1
;
Fields
Field
Declared as
NX_CRYPTO_PKCS1_STRUCT::public_cipher_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_PKCS1_STRUCT::public_cipher_metadata
VOID
*
NX_CRYPTO_PKCS1_STRUCT::public_cipher_metadata_size
UINT
NX_CRYPTO_PKCS1_STRUCT::hash_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_PKCS1_STRUCT::hash_metadata
VOID
*
NX_CRYPTO_PKCS1_STRUCT::hash_metadata_size
UINT
NX_CRYPTO_PKCS1_STRUCT::modulus
UCHAR
*
NX_CRYPTO_PKCS1_STRUCT::modulus_size
UINT
NX_CRYPTO_PKCS1_STRUCT::scratch_buffer
UCHAR
[
NX_CRYPTO_MAX_RSA_MODULUS_SIZE
>
>
2
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
NX_CRYPTO_PKCS1_STRUCT
nx_crypto_pkcs1_v1.5.h:63
}
NX_CRYPTO_PKCS1
;
nx_crypto_pkcs1_v1.5.h:75
sizeof
(
NX_CRYPTO_PKCS1
)
,
/* Metadata size in bytes */
nx_crypto_methods.c:772
NX_CRYPTO_PKCS1
*
ctx
=
(
NX_CRYPTO_PKCS1
*
)
metadata_area
;
nx_crypto_pkcs1_v1.5.c:80
_nx_crypto_pkcs1_v1_5_sign()
NX_CRYPTO_PKCS1
*
ctx
=
(
NX_CRYPTO_PKCS1
*
)
metadata_area
;
nx_crypto_pkcs1_v1.5.c:232
_nx_crypto_pkcs1_v1_5_verify()
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_PKCS1
)
)
nx_crypto_pkcs1_v1.5.c:522
_nx_crypto_method_pkcs1_v1_5_init()
NX_CRYPTO_PKCS1
*
ctx
;
nx_crypto_pkcs1_v1.5.c:652
_nx_crypto_method_pkcs1_v1_5_operation()
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_PKCS1
)
)
nx_crypto_pkcs1_v1.5.c:669
_nx_crypto_method_pkcs1_v1_5_operation()
ctx
=
(
NX_CRYPTO_PKCS1
*
)
(
crypto_metadata
)
;
nx_crypto_pkcs1_v1.5.c:674
_nx_crypto_method_pkcs1_v1_5_operation()
}
NX_CRYPTO_PKCS1
;
nx_crypto_pkcs1_v1.5.h:75
NX_CRYPTO_PKCS1
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
Lifecycle
from
examples
All items filtered out
All items filtered out