mbedTLS
MBEDTLS_ENTROPY_BLOCK_SIZE
is only used within mbedTLS.
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
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_ENTROPY_BLOCK_SIZE
MBEDTLS_ENTROPY_BLOCK_SIZE macro
Block size of entropy accumulator (SHA-512)
Syntax
Show:
Summary
Declaration
from
entropy.h:23
#define
MBEDTLS_ENTROPY_BLOCK_SIZE
64
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ENTROPY_BLOCK_SIZE
64
/**< Block size of entropy accumulator (SHA-512) */
entropy.h:23
unsigned
char
tmp
[
MBEDTLS_ENTROPY_BLOCK_SIZE
]
;
entropy.c:128
if
(
use_len
>
MBEDTLS_ENTROPY_BLOCK_SIZE
)
{
entropy.c:133
use_len
=
MBEDTLS_ENTROPY_BLOCK_SIZE
;
entropy.c:139
unsigned
char
buf
[
MBEDTLS_ENTROPY_BLOCK_SIZE
]
;
entropy.c:275
if
(
len
>
MBEDTLS_ENTROPY_BLOCK_SIZE
)
{
entropy.c:277
}
while
(
!
thresholds_reached
||
strong_size
<
MBEDTLS_ENTROPY_BLOCK_SIZE
)
;
entropy.c:322
memset
(
buf
,
0
,
MBEDTLS_ENTROPY_BLOCK_SIZE
)
;
entropy.c:324
MBEDTLS_ENTROPY_BLOCK_SIZE
)
)
!=
0
)
{
entropy.c:350
buf
,
MBEDTLS_ENTROPY_BLOCK_SIZE
,
buf
)
)
!=
0
)
{
entropy.c:358
unsigned
char
buf
[
MBEDTLS_ENTROPY_BLOCK_SIZE
]
;
entropy.c:410
if
(
(
ret
=
mbedtls_entropy_func
(
ctx
,
buf
,
MBEDTLS_ENTROPY_BLOCK_SIZE
)
)
!=
0
)
{
entropy.c:412
if
(
fwrite
(
buf
,
1
,
MBEDTLS_ENTROPY_BLOCK_SIZE
,
f
)
!=
MBEDTLS_ENTROPY_BLOCK_SIZE
)
{
entropy.c:425
unsigned
char
buf
[
MBEDTLS_ENTROPY_BLOCK_SIZE
]
=
{
0
}
;
entropy.c:607
unsigned
char
acc
[
MBEDTLS_ENTROPY_BLOCK_SIZE
]
=
{
0
}
;
entropy.c:608
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