ESP-IDF
hmac_sha1()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_sha1()
hmac_sha1() function
Syntax
Show:
Summary
Declaration
Definition
from
sha1.h:16
int
hmac_sha1
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
data
,
size_t
data_len
,
u8
*
mac
)
;
Implemented in
crypto_mbedtls.c:372
Arguments
Argument
Declared as
key
const
u8
*
key_len
size_t
data
const
u8
*
data_len
size_t
mac
u8
*
Examples
References
from
examples
Code
Location
Referrer
int
hmac_sha1
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
data
,
size_t
data_len
,
crypto_mbedtls.c:372
int
hmac_sha1
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
data
,
size_t
data_len
,
sha1.h:16
hmac_sha1
(
cmk
,
EAP_FAST_CMK_LEN
,
(
u8
*
)
rbind
,
sizeof
(
*
rbind
)
,
eap_fast.c:633
eap_fast_write_crypto_binding()
hmac_sha1
(
cmk
,
EAP_FAST_CMK_LEN
,
(
u8
*
)
_bind
,
bind_len
,
eap_fast.c:774
eap_fast_process_crypto_binding()
hmac_sha1
(
data
->
cmk
,
20
,
buf
,
sizeof
(
buf
)
,
mac
)
;
eap_peap.c:461
eap_tlv_validate_cryptobinding()
hmac_sha1
(
S2
,
L_S2
,
A_SHA1
,
SHA1_MAC_LEN
,
A_SHA1
)
;
sha1-tlsprf.c:86
tls_prf_sha1_md5()
if
(
hmac_sha1
(
key
,
key_len
,
buf
,
len
,
hash
)
)
wpa_common.c:919
wpa_eapol_key_mic()
Call Tree
from
examples
hmac_sha1()
is called by 5 functions and calls 1 function:
wpa_eapol_key_mic()
tls_prf_sha1_md5()
eap_tlv_validate_cryptobinding()
eap_fast_write_crypto_binding()
eap_fast_process_crypto_binding()
All items filtered out
hmac_sha1()
hmac_sha1_vector()
All items filtered out
Data Use
from
examples
hmac_sha1()
:
All items filtered out
hmac_sha1()
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