ESP-IDF
TC_SHA256_BLOCK_SIZE
is only used within ESP-IDF.
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
ESP-IDF
TC_SHA256_BLOCK_SIZE
TC_SHA256_BLOCK_SIZE macro
Syntax
Show:
Summary
Declaration
from
sha256.h:67
#define
TC_SHA256_BLOCK_SIZE
(
64
)
Examples
References
from
examples
Code
Location
#define
TC_SHA256_BLOCK_SIZE
(
64
)
sha256.h:67
#define
TC_SHA256_BLOCK_SIZE
(
64
)
sha256.h:67
key
[
i
+
TC_SHA256_BLOCK_SIZE
]
=
outer_pad
^
new_key
[
i
]
;
hmac.c:45
for
(
;
i
<
TC_SHA256_BLOCK_SIZE
;
++
i
)
{
hmac.c:47
key
[
i
]
=
inner_pad
;
key
[
i
+
TC_SHA256_BLOCK_SIZE
]
=
outer_pad
;
hmac.c:48
const
uint8_t
dummy_key
[
TC_SHA256_BLOCK_SIZE
]
;
hmac.c:62
if
(
key_size
<=
TC_SHA256_BLOCK_SIZE
)
{
hmac.c:65
(
void
)
tc_sha256_update
(
&
ctx
->
hash_state
,
ctx
->
key
,
TC_SHA256_BLOCK_SIZE
)
;
hmac.c:104
&
ctx
->
key
[
TC_SHA256_BLOCK_SIZE
]
,
hmac.c:138
TC_SHA256_BLOCK_SIZE
)
;
hmac.c:139
key
[
i
+
TC_SHA256_BLOCK_SIZE
]
=
outer_pad
^
new_key
[
i
]
;
hmac.c:45
for
(
;
i
<
TC_SHA256_BLOCK_SIZE
;
++
i
)
{
hmac.c:47
key
[
i
]
=
inner_pad
;
key
[
i
+
TC_SHA256_BLOCK_SIZE
]
=
outer_pad
;
hmac.c:48
if
(
key_size
<=
TC_SHA256_BLOCK_SIZE
)
{
hmac.c:66
(
void
)
tc_sha256_update
(
&
ctx
->
hash_state
,
ctx
->
key
,
TC_SHA256_BLOCK_SIZE
)
;
hmac.c:105
&
ctx
->
key
[
TC_SHA256_BLOCK_SIZE
]
,
hmac.c:139
TC_SHA256_BLOCK_SIZE
)
;
hmac.c:140
uint8_t
key
[
2
*
TC_SHA256_BLOCK_SIZE
]
;
hmac.h:76
uint8_t
key
[
2
*
TC_SHA256_BLOCK_SIZE
]
;
hmac.h:76
if
(
s
->
leftover_offset
>=
TC_SHA256_BLOCK_SIZE
)
{
sha256.c:77
s
->
bits_hashed
+=
(
TC_SHA256_BLOCK_SIZE
<
<
3
)
;
sha256.c:80
if
(
s
->
leftover_offset
>=
TC_SHA256_BLOCK_SIZE
)
{
sha256.c:77
s
->
bits_hashed
+=
(
TC_SHA256_BLOCK_SIZE
<
<
3
)
;
sha256.c:80
uint8_t
leftover
[
TC_SHA256_BLOCK_SIZE
]
;
sha256.h:74
uint8_t
leftover
[
TC_SHA256_BLOCK_SIZE
]
;
sha256.h:74
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