netxduo
NX_CRYPTO_ECJPAKE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_ECJPAKE
NX_CRYPTO_ECJPAKE struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecjpake.h:82
typedef
struct
{
NX_CRYPTO_EC
*
nx_crypto_ecjpake_curve
;
NX_CRYPTO_EC_POINT
nx_crypto_ecjpake_public_x1
;
NX_CRYPTO_EC_POINT
nx_crypto_ecjpake_public_x2
;
NX_CRYPTO_EC_POINT
nx_crypto_ecjpake_public_x3
;
NX_CRYPTO_EC_POINT
nx_crypto_ecjpake_public_x4
;
NX_CRYPTO_HUGE_NUMBER
nx_crypto_ecjpake_private_x2
;
NX_CRYPTO_METHOD
*
nx_crypto_ecjpake_hash_method
;
VOID
*
nx_crypto_ecjpake_hash_metadata
;
ULONG
nx_crypto_ecjpake_hash_metadata_size
;
UCHAR
*
nx_crypto_ecjpake_psk
;
UINT
nx_crypto_ecjpake_psk_length
;
UCHAR
nx_crypto_ecjpake_scratch_buffer
[
NX_CRYPTO_ECJPAKE_SCRATCH_BUFFER_SIZE
]
;
HN_UBASE
*
nx_crypto_ecjpake_scratch_ptr
;
}
NX_CRYPTO_ECJPAKE
;
Fields
Field
Declared as
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_curve
NX_CRYPTO_EC
*
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_public_x1
NX_CRYPTO_EC_POINT
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_public_x2
NX_CRYPTO_EC_POINT
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_public_x3
NX_CRYPTO_EC_POINT
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_public_x4
NX_CRYPTO_EC_POINT
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_private_x2
NX_CRYPTO_HUGE_NUMBER
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_metadata
VOID
*
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_metadata_size
ULONG
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_psk
UCHAR
*
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_psk_length
UINT
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_scratch_buffer
UCHAR
[
NX_CRYPTO_ECJPAKE_SCRATCH_BUFFER_SIZE
]
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_scratch_ptr
HN_UBASE
*
Related Functions
Found 5 other functions taking a
NX_CRYPTO_ECJPAKE
argument:
Function
_nx_crypto_ecjpake_init()
_nx_crypto_ecjpake_hello_process()
_nx_crypto_ecjpake_hello_generate()
_nx_crypto_ecjpake_key_exchange_generate()
_nx_crypto_ecjpake_key_exchange_process()
Examples
References
from
examples
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