ESP-IDF
peap_prfplus()
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
peap_prfplus()
peap_prfplus() function
Syntax
Show:
Summary
Declaration
Definition
from
eap_peap_common.h:12
int
peap_prfplus
(
int
version
,
const
u8
*
key
,
size_t
key_len
,
const
char
*
label
,
const
u8
*
seed
,
size_t
seed_len
,
u8
*
buf
,
size_t
buf_len
)
;
Implemented in
eap_peap_common.c:17
Arguments
Argument
version
key
key_len
label
seed
seed_len
buf
buf_len
Examples
References
from
examples
Code
Location
Referrer
peap_prfplus
(
int
version
,
const
u8
*
key
,
size_t
key_len
,
eap_peap_common.c:18
int
peap_prfplus
(
int
version
,
const
u8
*
key
,
size_t
key_len
,
eap_peap_common.h:12
if
(
peap_prfplus
(
data
->
peap_version
,
tk
,
40
,
eap_peap.c:316
eap_peap_derive_cmk()
if
(
peap_prfplus
(
data
->
peap_version
,
data
->
ipmk
,
40
,
eap_peap.c:1403
eap_peap_getKey()
Call Tree
from
examples
peap_prfplus()
is called by 2 functions and calls 1 function:
eap_peap_derive_cmk()
eap_peap_getKey()
All items filtered out
peap_prfplus()
hmac_sha1_vector()
All items filtered out
Data Use
from
examples
peap_prfplus()
:
All items filtered out
peap_prfplus()
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