Home
last modified time | relevance | path

Searched refs:aCipherText (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Dcrypto_api.cpp62 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/
Dcrypto.h97 void *aCipherText,
/openthread-latest/src/core/crypto/
Daes_ccm.cpp191 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()
Daes_ccm.hpp144 void Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode);