netxduo
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v
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_v
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v field
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.h:136
UCHAR
nx_crypto_drbg_v
[
NX_CRYPTO_DRBG_MAX_BLOCK_LENGTH
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_drbg_v
[
NX_CRYPTO_DRBG_MAX_BLOCK_LENGTH
]
;
nx_crypto_drbg.h:136
_nx_crypto_drbg_ctr_add_one
(
drbg_ptr
->
nx_crypto_drbg_v
)
;
nx_crypto_drbg.c:174
_nx_crypto_drbg_update()
(
UCHAR
*
)
drbg_ptr
->
nx_crypto_drbg_v
,
nx_crypto_drbg.c:181
_nx_crypto_drbg_update()
NX_CRYPTO_MEMCPY
(
drbg_ptr
->
nx_crypto_drbg_v
,
&
temp
[
key_len
]
,
NX_CRYPTO_DRBG_BLOCK_LENGTH_AES
)
;
/* Use case of memcpy is verified. */
nx_crypto_drbg.c:226
_nx_crypto_drbg_update()
NX_CRYPTO_MEMSET
(
drbg_ptr
->
nx_crypto_drbg_v
,
0
,
sizeof
(
drbg_ptr
->
nx_crypto_drbg_v
)
)
;
nx_crypto_drbg.c:362
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_ctr_add_one
(
drbg_ptr
->
nx_crypto_drbg_v
)
;
nx_crypto_drbg.c:639
_nx_crypto_drbg_generate()
(
UCHAR
*
)
drbg_ptr
->
nx_crypto_drbg_v
,
nx_crypto_drbg.c:655
_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_v
is read by 3 functions:
All items filtered out
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v
_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