Searched refs:aNonce (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/crypto/ |
D | aes_ccm.cpp | 62 const void *aNonce, in Init() argument 65 const uint8_t *nonceBytes = reinterpret_cast<const uint8_t *>(aNonce); in Init() 281 uint8_t *aNonce) in GenerateNonce() argument 283 memcpy(aNonce, aAddress.m8, sizeof(Mac::ExtAddress)); in GenerateNonce() 284 aNonce += sizeof(Mac::ExtAddress); in GenerateNonce() 286 BigEndian::WriteUint32(aFrameCounter, aNonce); in GenerateNonce() 287 aNonce += sizeof(uint32_t); in GenerateNonce() 289 aNonce[0] = aSecurityLevel; in GenerateNonce()
|
D | aes_ccm.hpp | 118 const void *aNonce, 199 uint8_t *aNonce);
|
/openthread-latest/src/core/api/ |
D | crypto_api.cpp | 63 const void *aNonce, in otCryptoAesCcm() argument 75 AssertPointerIsNotNull(aNonce); in otCryptoAesCcm() 81 aesCcm.Init(aHeaderLength, aLength, aTagLength, aNonce, aNonceLength); in otCryptoAesCcm()
|
/openthread-latest/include/openthread/ |
D | crypto.h | 96 const void *aNonce,
|