netxduo
NX_CRYPTO_PHASH
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_PHASH
NX_CRYPTO_PHASH struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_phash.h:64
typedef
struct
NX_CRYPTO_PHASH_STRUCT
{
UCHAR
*
nx_crypto_phash_secret
;
NX_CRYPTO_KEY_SIZE
nx_crypto_phash_secret_length
;
UCHAR
*
nx_crypto_phash_seed
;
UINT
nx_crypto_phash_seed_length
;
UCHAR
*
nx_crypto_phash_temp_A
;
UINT
nx_crypto_phash_temp_A_size
;
NX_CRYPTO_METHOD
*
nx_crypto_hmac_method
;
UCHAR
*
nx_crypto_hmac_metadata
;
UINT
nx_crypto_hmac_metadata_size
;
UCHAR
*
nx_crypto_hmac_output
;
UINT
nx_crypto_hmac_output_size
;
}
NX_CRYPTO_PHASH
;
Fields
Field
Declared as
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret
UCHAR
*
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret_length
NX_CRYPTO_KEY_SIZE
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed
UCHAR
*
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed_length
UINT
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_temp_A
UCHAR
*
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_temp_A_size
UINT
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_metadata
UCHAR
*
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_metadata_size
UINT
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_output
UCHAR
*
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_output_size
UINT
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