ESP-IDF
esp_blufi_encrypt_func_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_blufi_encrypt_func_t
esp_blufi_encrypt_func_t
BLUFI encrypt the data after negotiate a share key
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:321
typedef
int
(
*
esp_blufi_encrypt_func_t
)
(
uint8_t
iv8
,
uint8_t
*
crypt_data
,
int
crypt_len
)
;
Examples
References
from
examples
Code
Location
typedef
int
(
*
esp_blufi_encrypt_func_t
)
(
uint8_t
iv8
,
uint8_t
*
crypt_data
,
int
crypt_len
)
;
esp_blufi_api.h:321
esp_blufi_encrypt_func_t
encrypt_func
;
/*!< BLUFI encrypt data function with share key generated by negotiate_data_handler */
esp_blufi_api.h:346
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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