ESP-IDF
hmac_sha1_vector()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_vector()
hmac_sha1_vector() function
Syntax
Show:
Summary
Declaration
Definition
from
sha1.h:14
int
hmac_sha1_vector
(
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
const
size_t
*
len
,
u8
*
mac
)
;
Implemented in
crypto_mbedtls.c:365
Arguments
Argument
Declared as
key
const
u8
*
key_len
size_t
num_elem
size_t
addr
const
u8
*
[
]
len
const
size_t
*
mac
u8
*
Examples
References
from
examples
Code
Location
Referrer
int
hmac_sha1_vector
(
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
crypto_mbedtls.c:365
int
hmac_sha1_vector
(
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
sha1.h:14
return
hmac_sha1_vector
(
key
,
key_len
,
1
,
&
data
,
&
data_len
,
mac
)
;
crypto_mbedtls.c:375
hmac_sha1()
hmac_sha1_vector
(
data
->
cmk
,
20
,
2
,
addr
,
len
,
mac
)
;
eap_peap.c:366
eap_tlv_add_cryptobinding()
if
(
hmac_sha1_vector
(
key
,
key_len
,
5
,
addr
,
len
,
hash
)
<
0
)
eap_peap_common.c:75
peap_prfplus()
if
(
hmac_sha1_vector
(
key
,
key_len
,
3
,
addr
,
len
,
sha1-prf.c:51
sha1_prf()
if
(
hmac_sha1_vector
(
key
,
key_len
,
3
,
addr
,
len
,
sha1-prf.c:56
sha1_prf()
hmac_sha1_vector
(
S2
,
L_S2
,
2
,
&
SHA1_addr
[
1
]
,
&
SHA1_len
[
1
]
,
A_SHA1
)
;
sha1-tlsprf.c:72
tls_prf_sha1_md5()
hmac_sha1_vector
(
S2
,
L_S2
,
3
,
SHA1_addr
,
SHA1_len
,
sha1-tlsprf.c:83
tls_prf_sha1_md5()
if
(
hmac_sha1_vector
(
key
,
key_len
,
5
,
addr
,
len
,
hash
)
)
sha1-tprf.c:57
sha1_t_prf()
hmac_sha1_vector
(
pmk
,
pmk_len
,
3
,
addr
,
len
,
hash
)
;
wpa_common.c:1309
rsn_pmkid()
Call Tree
from
examples
hmac_sha1_vector()
is called by 7 functions and calls 1 function:
hmac_sha1()
rsn_pmkid()
tls_prf_sha1_md5()
sha1_prf()
sha1_t_prf()
eap_tlv_add_cryptobinding()
peap_prfplus()
All items filtered out
hmac_sha1_vector()
hmac_vector()
All items filtered out
Data Use
from
examples
hmac_sha1_vector()
reads 1 variable:
mbedtls_md_type_t::MBEDTLS_MD_SHA1
All items filtered out
hmac_sha1_vector()
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