Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey()
Dcrypto_platform.cpp103 OT_TOOL_WEAK otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey() function
/openthread-latest/include/openthread/platform/
Dcrypto.h377 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey);