Home
last modified time | relevance | path

Searched defs:aContext (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c107 static bool checkContext(otCryptoContext *aContext, size_t aMinSize) in checkContext()
220 otError otPlatCryptoHmacSha256Init(otCryptoContext *aContext) in otPlatCryptoHmacSha256Init()
234 otError otPlatCryptoHmacSha256Deinit(otCryptoContext *aContext) in otPlatCryptoHmacSha256Deinit()
247 otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start()
262 otError otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, in otPlatCryptoHmacSha256Update()
276 otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t aBufLength) in otPlatCryptoHmacSha256Finish()
290 otError otPlatCryptoAesInit(otCryptoContext *aContext) in otPlatCryptoAesInit()
304 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey()
318 otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput) in otPlatCryptoAesEncrypt()
336 otError otPlatCryptoAesFree(otCryptoContext *aContext) in otPlatCryptoAesFree()
[all …]
Dspi.c19 void *aContext) in otPlatSpiSlaveEnable()
Dhdlc_interface.cpp300 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame()
Ddiag.c65 void *aContext) in otPlatDiagSetOutputCallback()