netxduo
_nx_crypto_hmac_initialize()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_hmac_initialize()
_nx_crypto_hmac_initialize() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_hmac.h:89
UINT
_nx_crypto_hmac_initialize
(
NX_CRYPTO_HMAC
*
crypto_matadata
,
UCHAR
*
key_ptr
,
UINT
key_length
)
;
Implemented in
nx_crypto_hmac.c:141
Arguments
Argument
crypto_matadata
key_ptr
key_length
Related Functions
Found 4 other functions taking a
NX_CRYPTO_HMAC_STRUCT
argument:
Function
_nx_crypto_hmac_update()
_nx_crypto_hmac_digest_calculate()
_nx_crypto_hmac()
_nx_crypto_hmac_metadata_set()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_hmac_initialize
(
NX_CRYPTO_HMAC
*
hmac_metadata
,
UCHAR
*
key_ptr
,
UINT
key_length
)
nx_crypto_hmac.c:141
UINT
_nx_crypto_hmac_initialize
(
NX_CRYPTO_HMAC
*
crypto_matadata
,
UCHAR
*
key_ptr
,
UINT
key_length
)
;
nx_crypto_hmac.h:89
_nx_crypto_hmac_initialize
(
hmac_metadata
,
key_ptr
,
key_length
)
;
nx_crypto_hmac.c:82
_nx_crypto_hmac()
status
=
_nx_crypto_hmac_initialize
(
hmac
,
key
,
key_size_in_bits
>
>
3
)
;
nx_crypto_hmac.c:895
_nx_crypto_method_hmac_operation()
_nx_crypto_hmac_initialize
(
hmac_metadata
,
key
,
key_size_in_bits
>
>
3
)
;
nx_crypto_hmac_md5.c:276
_nx_crypto_method_hmac_md5_operation()
_nx_crypto_hmac_initialize
(
hmac_metadata
,
key
,
key_size_in_bits
>
>
3
)
;
nx_crypto_hmac_sha1.c:275
_nx_crypto_method_hmac_sha1_operation()
_nx_crypto_hmac_initialize
(
hmac_metadata
,
key
,
key_size_in_bits
>
>
3
)
;
nx_crypto_hmac_sha2.c:293
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_hmac_initialize
(
hmac_metadata
,
key
,
key_size_in_bits
>
>
3
)
;
nx_crypto_hmac_sha5.c:307
_nx_crypto_method_hmac_sha512_operation()
Call Tree
from
examples
_nx_crypto_hmac_initialize()
is called by 6 functions and calls 5 functions:
_nx_crypto_hmac()
_nx_crypto_method_hmac_operation()
_nx_crypto_method_hmac_md5_operation()
_nx_crypto_method_hmac_sha1_operation()
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_method_hmac_sha512_operation()
All items filtered out
_nx_crypto_hmac_initialize()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
NX_CRYPTO_HMAC_STRUCT::crypto_initialize
NX_CRYPTO_HMAC_STRUCT::crypto_update
NX_CRYPTO_HMAC_STRUCT::crypto_digest_calculate
All items filtered out
Data Use
from
examples
_nx_crypto_hmac_initialize()
reads 6 variables:
NX_CRYPTO_HMAC_STRUCT::context
NX_CRYPTO_HMAC_STRUCT::k_ipad
NX_CRYPTO_HMAC_STRUCT::k_opad
NX_CRYPTO_HMAC_STRUCT::algorithm
NX_CRYPTO_HMAC_STRUCT::block_size
NX_CRYPTO_HMAC_STRUCT::output_length
All items filtered out
_nx_crypto_hmac_initialize()
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