NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen

NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen field

Syntax

UINT nx_crypto_drbg_seedlen;

References

LocationReferrerText
nx_crypto_drbg.h:141
UINT nx_crypto_drbg_seedlen;
nx_crypto_drbg.c:171_nx_crypto_drbg_update()
while (temp_len < drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:216_nx_crypto_drbg_update()
for (temp_len = 0; temp_len < drbg_ptr -> nx_crypto_drbg_seedlen; temp_len++)
nx_crypto_drbg.c:293_nx_crypto_drbg_instantiate()
nx_crypto_drbg.c:319_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_block_cipher_df(drbg_ptr, entropy_len + nonce_len + personalization_string_len, seed_material, drbg_ptr -> nx_crypto_drbg_seedlen);
nx_crypto_drbg.c:323_nx_crypto_drbg_instantiate()
if (personalization_string_len > drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:334_nx_crypto_drbg_instantiate()
if (personalization_string_len < drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:337_nx_crypto_drbg_instantiate()
drbg_ptr -> nx_crypto_drbg_seedlen - personalization_string_len);
nx_crypto_drbg.c:340_nx_crypto_drbg_instantiate()
entropy_len = drbg_ptr -> nx_crypto_drbg_seedlen;
nx_crypto_drbg.c:341_nx_crypto_drbg_instantiate()
status = drbg_ptr -> nx_crypto_drbg_get_entropy(drbg_ptr -> nx_crypto_drbg_buffer, &entropy_len, drbg_ptr -> nx_crypto_drbg_seedlen);
nx_crypto_drbg.c:354_nx_crypto_drbg_instantiate()
for (i = 0; i < drbg_ptr -> nx_crypto_drbg_seedlen; i++)
nx_crypto_drbg.c:454_nx_crypto_drbg_reseed()
_nx_crypto_drbg_block_cipher_df(drbg_ptr, entropy_len + additional_input_len, seed_material, drbg_ptr -> nx_crypto_drbg_seedlen);
nx_crypto_drbg.c:458_nx_crypto_drbg_reseed()
if (additional_input_len > drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:465_nx_crypto_drbg_reseed()
if (additional_input_len < drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:468_nx_crypto_drbg_reseed()
drbg_ptr -> nx_crypto_drbg_seedlen - additional_input_len);
nx_crypto_drbg.c:471_nx_crypto_drbg_reseed()
entropy_len = drbg_ptr -> nx_crypto_drbg_seedlen;
nx_crypto_drbg.c:485_nx_crypto_drbg_reseed()
for (i = 0; i < drbg_ptr -> nx_crypto_drbg_seedlen; i++)
nx_crypto_drbg.c:584_nx_crypto_drbg_generate()
nx_crypto_drbg.c:591_nx_crypto_drbg_generate()
if (additional_input_len > drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:596_nx_crypto_drbg_generate()
if (additional_input_len == drbg_ptr -> nx_crypto_drbg_seedlen && additional_input != NX_CRYPTO_NULL)
nx_crypto_drbg.c:604_nx_crypto_drbg_generate()
if (additional_input_len < drbg_ptr -> nx_crypto_drbg_seedlen)
nx_crypto_drbg.c:607_nx_crypto_drbg_generate()
drbg_ptr -> nx_crypto_drbg_seedlen - additional_input_len);
nx_crypto_drbg.c:685_nx_crypto_drbg_generate()
if (additional_input_len > 0 && (drbg_ptr -> nx_crypto_drbg_use_df || additional_input_len != drbg_ptr -> nx_crypto_drbg_seedlen))
nx_crypto_drbg.c:798_nx_crypto_drbg_block_cipher_df()
while (temp_len < drbg_ptr -> nx_crypto_drbg_seedlen)

Data Use

Functions writing NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
Functions reading NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
all items filtered out
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
Type of NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
all items filtered out