Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/crypto/
Dsha256.cpp72 void Sha256::Finish(Hash &aHash) { SuccessOrAssert(otPlatCryptoSha256Finish(&mContext, aHash.m8, Ha… in Finish()
Dcrypto_platform.cpp425 OT_TOOL_WEAK otError otPlatCryptoSha256Finish(otCryptoContext *aContext, uint8_t *aHash, uint16_t a… in otPlatCryptoSha256Finish() function
/openthread-3.7.0/include/openthread/platform/
Dcrypto.h564 otError otPlatCryptoSha256Finish(otCryptoContext *aContext, uint8_t *aHash, uint16_t aHashSize);