Home
last modified time | relevance | path

Searched refs:otPlatCryptoAesEncrypt (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/crypto/
Daes_ecb.cpp52 SuccessOrAssert(otPlatCryptoAesEncrypt(&mContext, aInput, aOutput)); in Encrypt()
Dcrypto_platform.cpp120 OT_TOOL_WEAK otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8… in otPlatCryptoAesEncrypt() function
/openthread-latest/include/openthread/platform/
Dcrypto.h390 otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput);