Home
last modified time | relevance | path

Searched refs:aKeyBlock (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp756 const unsigned char *aKeyBlock,
761 const unsigned char *aKeyBlock,
Dsecure_transport.cpp944 const unsigned char *aKeyBlock, in HandleMbedtlsExportKeys() argument
949 …ic_cast<SecureTransport *>(aContext)->HandleMbedtlsExportKeys(aMasterSecret, aKeyBlock, aMacLength, in HandleMbedtlsExportKeys()
954 const unsigned char *aKeyBlock, in HandleMbedtlsExportKeys() argument
967 sha256.Update(aKeyBlock, 2 * static_cast<uint16_t>(aMacLength + aKeyLength + aIvLength)); in HandleMbedtlsExportKeys()