ESP-IDF
TC_SHA256_DIGEST_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_DIGEST_SIZE
TC_SHA256_DIGEST_SIZE macro
Syntax
Show:
Summary
Declaration
from
sha256.h:68
#define
TC_SHA256_DIGEST_SIZE
(
32
)
Examples
References
from
examples
Code
Location
#define
TC_SHA256_DIGEST_SIZE
(
32
)
sha256.h:68
#define
TC_SHA256_DIGEST_SIZE
(
32
)
sha256.h:68
(
void
)
tc_sha256_final
(
&
dummy_state
.
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:77
(
void
)
tc_sha256_final
(
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:85
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:88
TC_SHA256_DIGEST_SIZE
)
;
hmac.c:89
taglen
!=
TC_SHA256_DIGEST_SIZE
||
hmac.c:129
(
void
)
tc_sha256_update
(
&
ctx
->
hash_state
,
tag
,
TC_SHA256_DIGEST_SIZE
)
;
hmac.c:140
(
void
)
tc_sha256_final
(
&
dummy_state
.
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:78
(
void
)
tc_sha256_final
(
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:86
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:89
TC_SHA256_DIGEST_SIZE
)
;
hmac.c:90
taglen
!=
TC_SHA256_DIGEST_SIZE
||
hmac.c:130
(
void
)
tc_sha256_update
(
&
ctx
->
hash_state
,
tag
,
TC_SHA256_DIGEST_SIZE
)
;
hmac.c:141
bufferlen
=
(
TC_SHA256_DIGEST_SIZE
>
outlen
)
?
hmac_prng.c:221
outlen
:
TC_SHA256_DIGEST_SIZE
;
hmac_prng.c:222
outlen
=
(
outlen
>
TC_SHA256_DIGEST_SIZE
)
?
hmac_prng.c:226
(
outlen
-
TC_SHA256_DIGEST_SIZE
)
:
0
;
hmac_prng.c:227
bufferlen
=
(
TC_SHA256_DIGEST_SIZE
>
outlen
)
?
hmac_prng.c:199
outlen
:
TC_SHA256_DIGEST_SIZE
;
hmac_prng.c:200
outlen
=
(
outlen
>
TC_SHA256_DIGEST_SIZE
)
?
hmac_prng.c:204
(
outlen
-
TC_SHA256_DIGEST_SIZE
)
:
0
;
hmac_prng.c:205
update
(
prng
,
prng
->
v
,
TC_SHA256_DIGEST_SIZE
)
;
hmac_prng.c:209
uint8_t
key
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:84
uint8_t
v
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:86
uint8_t
key
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:84
uint8_t
v
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:86
#define
TC_SHA256_STATE_BLOCKS
(
TC_SHA256_DIGEST_SIZE
/
4
)
sha256.h:69
#define
TC_SHA256_STATE_BLOCKS
(
TC_SHA256_DIGEST_SIZE
/
4
)
sha256.h:69
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