ESP-IDF
smp_encrypt_data()
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
smp_encrypt_data()
smp_encrypt_data() function
* Function smp_encrypt_data * Description This function is called to encrypt data. * It uses AES-128 encryption algorithm. * Plain_text is encrypted using key, the result is at p_out. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
smp_int.h:483
extern
BOOLEAN
smp_encrypt_data
(
UINT8
*
key
,
UINT8
key_len
,
UINT8
*
plain_text
,
UINT8
pt_len
,
tSMP_ENC
*
p_out
)
;
Implemented in
smp_keys.c:158
Arguments
Argument
key
key_len
plain_text
pt_len
p_out
Examples
References
from
examples
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