netxduo
NX_CRYPTO_HMAC_STRUCT::k_opad
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_HMAC_STRUCT::k_opad
NX_CRYPTO_HMAC_STRUCT::k_opad field
Syntax
Show:
Summary
Declaration
from
nx_crypto_hmac.h:73
UCHAR
k_opad
[
NX_CRYPTO_HMAC_MAX_PAD_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
k_opad
[
NX_CRYPTO_HMAC_MAX_PAD_SIZE
]
;
nx_crypto_hmac.h:73
NX_CRYPTO_MEMSET
(
hmac_metadata
->
k_opad
,
0
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:174
_nx_crypto_hmac_initialize()
NX_CRYPTO_MEMCPY
(
hmac_metadata
->
k_opad
,
key_ptr
,
key_length
)
;
/* Use case of memcpy is verified. */
nx_crypto_hmac.c:178
_nx_crypto_hmac_initialize()
hmac_metadata
->
k_opad
[
i
]
^=
0x5c
;
nx_crypto_hmac.c:185
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
hmac_metadata
->
k_opad
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:309
_nx_crypto_hmac_digest_calculate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_HMAC_STRUCT::k_opad
is read by 2 functions:
All items filtered out
NX_CRYPTO_HMAC_STRUCT::k_opad
_nx_crypto_hmac_initialize()
_nx_crypto_hmac_digest_calculate()
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