Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Daes_ecb.cpp50 void AesEcb::Encrypt(const uint8_t aInput[kBlockSize], uint8_t aOutput[kBlockSize]) in Encrypt()
52 SuccessOrAssert(otPlatCryptoAesEncrypt(&mContext, aInput, aOutput)); in Encrypt()
Daes_ecb.hpp85 void Encrypt(const uint8_t aInput[kBlockSize], uint8_t aOutput[kBlockSize]);
Dcrypto_platform.cpp120 OT_TOOL_WEAK otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8… in otPlatCryptoAesEncrypt() argument
129 …VerifyOrExit((mbedtls_aes_crypt_ecb(context, MBEDTLS_AES_ENCRYPT, aInput, aOutput) == 0), error = … in otPlatCryptoAesEncrypt()
/openthread-latest/include/openthread/platform/
Dcrypto.h390 otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput);