ESP-IDF
esp_blufi_decrypt_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_decrypt_func_t
esp_blufi_decrypt_func_t
BLUFI decrypt the data after negotiate a share key
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:330
typedef
int
(
*
esp_blufi_decrypt_func_t
)
(
uint8_t
iv8
,
uint8_t
*
crypt_data
,
int
crypt_len
)
;
Examples
References
from
examples
Code
Location
typedef
int
(
*
esp_blufi_decrypt_func_t
)
(
uint8_t
iv8
,
uint8_t
*
crypt_data
,
int
crypt_len
)
;
esp_blufi_api.h:330
esp_blufi_decrypt_func_t
decrypt_func
;
/*!< BLUFI decrypt data function with share key generated by negotiate_data_handler */
esp_blufi_api.h:347
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