mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 23:57:46 +00:00
[test] add code spell check and correct wrong spelling (#9066)
This commit is contained in:
@@ -234,7 +234,7 @@ void TestInPlaceAesCcmProcessing(void)
|
||||
|
||||
VerifyOrQuit(message->GetLength() == msgLength + kTagLength);
|
||||
|
||||
// Decrpt in place
|
||||
// Decrypt in place
|
||||
aesCcm.Init(kHeaderLength, msgLength - kHeaderLength, kTagLength, kNonce, sizeof(kNonce));
|
||||
aesCcm.Header(header);
|
||||
aesCcm.Payload(*message, kHeaderLength, msgLength - kHeaderLength, ot::Crypto::AesCcm::kDecrypt);
|
||||
|
||||
Reference in New Issue
Block a user