ESP-IDF
eap_fast_write_crypto_binding()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_fast_write_crypto_binding()
eap_fast_write_crypto_binding() function
Syntax
Show:
Summary
Declaration
from
eap_fast.c:620
static
void
eap_fast_write_crypto_binding
(
struct
eap_tlv_crypto_binding_tlv
*
rbind
,
struct
eap_tlv_crypto_binding_tlv
*
_bind
,
const
u8
*
cmk
)
;
Arguments
Argument
rbind
_bind
cmk
Related Functions
Found 2 other functions taking a
eap_tlv_crypto_binding_tlv
argument:
Function
eap_fast_validate_crypto_binding()
eap_fast_process_crypto_binding()
Examples
References
from
examples
Code
Location
Referrer
static
void
eap_fast_write_crypto_binding
(
eap_fast.c:620
eap_fast_write_crypto_binding
(
(
struct
eap_tlv_crypto_binding_tlv
*
)
eap_fast.c:823
eap_fast_process_crypto_binding()
Call Tree
from
examples
eap_fast_write_crypto_binding()
is called by 1 function and calls 2 functions:
eap_fast_process_crypto_binding()
All items filtered out
eap_fast_write_crypto_binding()
inc_byte_array()
hmac_sha1()
All items filtered out
Data Use
from
examples
eap_fast_write_crypto_binding()
reads 3 variables and writes 5 variables:
eap_tlv_crypto_binding_tlv::version
eap_tlv_crypto_binding_tlv::nonce
eap_tlv_crypto_binding_tlv::compound_mac
All items filtered out
eap_fast_write_crypto_binding()
eap_tlv_crypto_binding_tlv::tlv_type
eap_tlv_crypto_binding_tlv::length
eap_tlv_crypto_binding_tlv::version
eap_tlv_crypto_binding_tlv::received_version
eap_tlv_crypto_binding_tlv::subtype
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