netxduo
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
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_DRBG_STRUCT::nx_crypto_drbg_key
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key field
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.h:135
UCHAR
nx_crypto_drbg_key
[
NX_CRYPTO_DRBG_MAX_KEY_LENGTH
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_drbg_key
[
NX_CRYPTO_DRBG_MAX_KEY_LENGTH
]
;
nx_crypto_drbg.h:135
drbg_ptr
->
nx_crypto_drbg_key
,
nx_crypto_drbg.c:160
_nx_crypto_drbg_update()
NX_CRYPTO_MEMCPY
(
drbg_ptr
->
nx_crypto_drbg_key
,
temp
,
key_len
)
;
/* Use case of memcpy is verified. */
nx_crypto_drbg.c:225
_nx_crypto_drbg_update()
NX_CRYPTO_MEMSET
(
drbg_ptr
->
nx_crypto_drbg_key
,
0
,
sizeof
(
drbg_ptr
->
nx_crypto_drbg_key
)
)
;
nx_crypto_drbg.c:361
_nx_crypto_drbg_instantiate()
drbg_ptr
->
nx_crypto_drbg_key
,
nx_crypto_drbg.c:624
_nx_crypto_drbg_generate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
is read by 3 functions:
All items filtered out
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
_nx_crypto_drbg_update()
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_generate()
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