#include <dlms_meter.h>
|
| void | set_decryption_key (const dlms_parser::Aes128GcmDecryptionKey &key) override |
| |
| bool | decrypt_in_place (std::span< const uint8_t > iv, std::span< uint8_t > ciphertext_and_plaintext, std::span< const uint8_t > aad, std::span< const uint8_t > tag) override |
| |
Definition at line 55 of file dlms_meter.h.
◆ decrypt_in_place()
| bool esphome::dlms_meter::Aes128GcmDecryptorDummy::decrypt_in_place |
( |
std::span< const uint8_t > | iv, |
|
|
std::span< uint8_t > | ciphertext_and_plaintext, |
|
|
std::span< const uint8_t > | aad, |
|
|
std::span< const uint8_t > | tag ) |
|
inlineoverride |
◆ set_decryption_key()
| void esphome::dlms_meter::Aes128GcmDecryptorDummy::set_decryption_key |
( |
const dlms_parser::Aes128GcmDecryptionKey & | key | ) |
|
|
inlineoverride |
The documentation for this class was generated from the following file: