Searched defs:aContext (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 107 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 …]
|
D | spi.c | 19 void *aContext) in otPlatSpiSlaveEnable()
|
D | hdlc_interface.cpp | 300 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame()
|
D | diag.c | 65 void *aContext) in otPlatDiagSetOutputCallback()
|