Searched refs:aCipherText (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/api/ |
D | crypto_api.cpp | 62 void *aCipherText, in otCryptoAesCcm() argument 71 AssertPointerIsNotNull(aCipherText); in otCryptoAesCcm() 83 … aesCcm.Payload(aPlainText, aCipherText, aLength, aEncrypt ? AesCcm::kEncrypt : AesCcm::kDecrypt); in otCryptoAesCcm()
|
/openthread-latest/include/openthread/ |
D | crypto.h | 97 void *aCipherText,
|
/openthread-latest/src/core/crypto/ |
D | aes_ccm.cpp | 191 void AesCcm::Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode) in Payload() argument 194 uint8_t *ciphertextBytes = reinterpret_cast<uint8_t *>(aCipherText); in Payload()
|
D | aes_ccm.hpp | 144 void Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode);
|