ESP-IDF
hmac_sha384()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hmac_sha384()
hmac_sha384() function
Syntax
Show:
Summary
Declaration
Definition
from
sha384.h:17
int
hmac_sha384
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
data
,
size_t
data_len
,
u8
*
mac
)
;
Implemented in
crypto_mbedtls.c:333
Arguments
Argument
key
key_len
data
data_len
mac
Examples
References
from
examples
Code
Location
Referrer
int
hmac_sha384
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
data
,
crypto_mbedtls.c:333
int
hmac_sha384
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
data
,
sha384.h:17
hmac_sha384
(
secret
,
secret_len
,
A
,
SHA384_MAC_LEN
,
A
)
<
0
)
sha384-tlsprf.c:60
tls_prf_sha384()
Call Tree
from
examples
hmac_sha384()
is called by 1 function and calls 1 function:
tls_prf_sha384()
All items filtered out
hmac_sha384()
hmac_sha384_vector()
All items filtered out
Data Use
from
examples
hmac_sha384()
:
All items filtered out
hmac_sha384()
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