netxduo
_nx_crypto_drbg_instantiate()
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_drbg_instantiate()
_nx_crypto_drbg_instantiate() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_drbg.h:164
UINT
_nx_crypto_drbg_instantiate
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UCHAR
*
nonce
,
UINT
nonce_len
,
UCHAR
*
personalization_string
,
UINT
personalization_string_len
)
;
Implemented in
nx_crypto_drbg.c:276
Arguments
Argument
drbg_ptr
nonce
nonce_len
personalization_string
personalization_string_len
Related Functions
Found 4 other functions taking a
NX_CRYPTO_DRBG_STRUCT
argument:
Function
_nx_crypto_drbg_update()
_nx_crypto_drbg_block_cipher_df()
_nx_crypto_drbg_generate()
_nx_crypto_drbg_reseed()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_drbg_instantiate
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
nx_crypto_drbg.c:276
UINT
_nx_crypto_drbg_instantiate
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
nx_crypto_drbg.h:164
status
=
_nx_crypto_drbg_instantiate
(
drbg
,
nx_crypto_drbg.c:1158
_nx_crypto_method_drbg_operation()
status
=
_nx_crypto_drbg_instantiate
(
&
_nx_crypto_drbg_ctx
,
nx_crypto_drbg.c:1234
_nx_crypto_drbg_initialize()
Call Tree
from
examples
_nx_crypto_drbg_instantiate()
is called by 2 functions and calls 5 functions:
_nx_crypto_method_drbg_operation()
_nx_crypto_drbg_initialize()
All items filtered out
_nx_crypto_drbg_instantiate()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
_nx_crypto_drbg_update()
_nx_crypto_drbg_block_cipher_df()
All items filtered out
Data Use
from
examples
_nx_crypto_drbg_instantiate()
reads 8 variables and writes 3 variables:
NX_CRYPTO_METHOD_STRUCT::nx_crypto_key_size_in_bits
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_crypto_method
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_use_df
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_security_strength
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_buffer
All items filtered out
_nx_crypto_drbg_instantiate()
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_instantiated
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drgb_reseed_counter
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
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