netxduo
NX_CRYPTO_DRBG_BLOCK_LENGTH
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_BLOCK_LENGTH
NX_CRYPTO_DRBG_BLOCK_LENGTH macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.h:70
#define
NX_CRYPTO_DRBG_BLOCK_LENGTH
(
NX_CRYPTO_DRBG_BLOCK_LENGTH_AES
)
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_DRBG_BLOCK_LENGTH
(
NX_CRYPTO_DRBG_BLOCK_LENGTH_AES
)
nx_crypto_drbg.h:70
drbg_ptr
->
nx_crypto_drbg_seedlen
=
(
UINT
)
(
NX_CRYPTO_DRBG_BLOCK_LENGTH
+
(
drbg_ptr
->
nx_crypto_drbg_crypto_method
->
nx_crypto_key_size_in_bits
>
>
3
)
)
;
nx_crypto_drbg.c:293
UCHAR
bcc_chain
[
NX_CRYPTO_DRBG_BLOCK_LENGTH
]
;
nx_crypto_drbg.c:753
s
=
&
iv
[
NX_CRYPTO_DRBG_BLOCK_LENGTH
]
;
nx_crypto_drbg.c:779
NX_CRYPTO_MEMSET
(
iv
,
0
,
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
;
nx_crypto_drbg.c:780
s_len
=
NX_CRYPTO_DRBG_BLOCK_LENGTH
+
input_len
+
8
+
1
;
nx_crypto_drbg.c:790
if
(
s_len
%
NX_CRYPTO_DRBG_BLOCK_LENGTH
!=
0
)
nx_crypto_drbg.c:791
NX_CRYPTO_MEMSET
(
&
iv
[
s_len
]
,
0
,
NX_CRYPTO_DRBG_BLOCK_LENGTH
-
(
s_len
%
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
)
;
nx_crypto_drbg.c:793
s_len
+=
NX_CRYPTO_DRBG_BLOCK_LENGTH
-
(
s_len
%
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
;
nx_crypto_drbg.c:794
for
(
i
=
0
;
i
<
s_len
;
i
+=
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
nx_crypto_drbg.c:802
for
(
j
=
0
;
j
<
NX_CRYPTO_DRBG_BLOCK_LENGTH
;
j
++
)
nx_crypto_drbg.c:804
NX_CRYPTO_DRBG_BLOCK_LENGTH
,
nx_crypto_drbg.c:815
NX_CRYPTO_DRBG_BLOCK_LENGTH
,
nx_crypto_drbg.c:818
NX_CRYPTO_MEMCPY
(
&
temp
[
temp_len
]
,
bcc_chain
,
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
;
/* Use case of memcpy is verified. */
nx_crypto_drbg.c:829
temp_len
+=
NX_CRYPTO_DRBG_BLOCK_LENGTH
;
nx_crypto_drbg.c:830
if
(
output_len
-
temp_len
<
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
nx_crypto_drbg.c:864
temp_len
+=
NX_CRYPTO_DRBG_BLOCK_LENGTH
;
nx_crypto_drbg.c:898
#define
NX_CRYPTO_DRBG_DF_INPUT_OFFSET
(
NX_CRYPTO_DRBG_BLOCK_LENGTH
+
8
)
nx_crypto_drbg.h:73
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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