Bluetooth LE Stack
btstack_crypto_aes128_encrypt()
is only used within Bluetooth LE Stack.
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
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
btstack_crypto_aes128_encrypt()
btstack_crypto_aes128_encrypt() function
Encrypt plaintext using AES128
Syntax
Show:
Summary
Declaration
Definition
from
btstack_crypto.h:160
void
btstack_crypto_aes128_encrypt
(
btstack_crypto_aes128_t
*
request
,
const
uint8_t
*
key
,
const
uint8_t
*
plaintext
,
uint8_t
*
ciphertext
,
void
(
*
callback
)
(
void
*
arg
)
,
void
*
callback_arg
)
;
Implemented in
btstack_crypto.c:1196
Arguments
Argument
Description
request
key
(16 bytes)
plaintext
(16 bytes)
ciphertext
(16 bytes)
callback
callback_arg
Notes
request needs to stay avaliable until callback (i.e. not provided on stack)
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