ESP-IDF
SHA384_MAC_LEN
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
SHA384_MAC_LEN
SHA384_MAC_LEN macro
Syntax
Show:
Summary
Declaration
from
sha384.h:12
#define
SHA384_MAC_LEN
48
Examples
References
from
examples
Code
Location
#define
SHA384_MAC_LEN
48
sha384.h:12
if
(
*
len
<
SHA384_MAC_LEN
)
{
crypto_mbedtls.c:251
*
len
=
SHA384_MAC_LEN
;
crypto_mbedtls.c:252
*
len
=
SHA384_MAC_LEN
;
crypto_mbedtls.c:256
u8
hash
[
SHA384_MAC_LEN
]
;
sha384-prf.c:60
if
(
plen
>=
SHA384_MAC_LEN
)
{
sha384-prf.c:80
pos
+=
SHA384_MAC_LEN
;
sha384-prf.c:84
u8
A
[
SHA384_MAC_LEN
]
;
sha384-tlsprf.c:33
u8
P
[
SHA384_MAC_LEN
]
;
sha384-tlsprf.c:34
len
[
0
]
=
SHA384_MAC_LEN
;
sha384-tlsprf.c:40
hmac_sha384
(
secret
,
secret_len
,
A
,
SHA384_MAC_LEN
,
A
)
<
0
)
sha384-tlsprf.c:60
if
(
clen
>
SHA384_MAC_LEN
)
sha384-tlsprf.c:64
clen
=
SHA384_MAC_LEN
;
sha384-tlsprf.c:65
u8
hash
[
SHA384_MAC_LEN
]
;
wpa_common.c:913
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