netxduo
NX_CRYPTO_HMAC
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_HMAC
NX_CRYPTO_HMAC struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_hmac.h:69
typedef
struct
NX_CRYPTO_HMAC_STRUCT
{
VOID
*
context
;
UCHAR
k_ipad
[
NX_CRYPTO_HMAC_MAX_PAD_SIZE
]
;
UCHAR
k_opad
[
NX_CRYPTO_HMAC_MAX_PAD_SIZE
]
;
UINT
algorithm
;
UINT
block_size
;
UINT
output_length
;
UINT
(
*
crypto_initialize
)
(
VOID
*
,
UINT
)
;
UINT
(
*
crypto_update
)
(
VOID
*
,
UCHAR
*
,
UINT
)
;
UINT
(
*
crypto_digest_calculate
)
(
VOID
*
,
UCHAR
*
,
UINT
)
;
NX_CRYPTO_METHOD
*
hash_method
;
VOID
*
hash_context
;
}
NX_CRYPTO_HMAC
;
Fields
Field
Declared as
NX_CRYPTO_HMAC_STRUCT::context
VOID
*
NX_CRYPTO_HMAC_STRUCT::k_ipad
UCHAR
[
NX_CRYPTO_HMAC_MAX_PAD_SIZE
]
NX_CRYPTO_HMAC_STRUCT::k_opad
UCHAR
[
NX_CRYPTO_HMAC_MAX_PAD_SIZE
]
NX_CRYPTO_HMAC_STRUCT::algorithm
UINT
NX_CRYPTO_HMAC_STRUCT::block_size
UINT
NX_CRYPTO_HMAC_STRUCT::output_length
UINT
NX_CRYPTO_HMAC_STRUCT::crypto_initialize
UINT
(
*
)
(
VOID
*
,
UINT
)
NX_CRYPTO_HMAC_STRUCT::crypto_update
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UINT
)
NX_CRYPTO_HMAC_STRUCT::crypto_digest_calculate
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UINT
)
NX_CRYPTO_HMAC_STRUCT::hash_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_HMAC_STRUCT::hash_context
VOID
*
Related Functions
Found 5 other functions taking a
NX_CRYPTO_HMAC_STRUCT
argument:
Function
_nx_crypto_hmac_initialize()
_nx_crypto_hmac_update()
_nx_crypto_hmac_digest_calculate()
_nx_crypto_hmac()
_nx_crypto_hmac_metadata_set()
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