Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c110 return aContext != NULL && aContext->mContext != NULL && aContext->mContextSize >= aMinSize; in checkContext()
228 operation = aContext->mContext; in otPlatCryptoHmacSha256Init()
242 operation = aContext->mContext; in otPlatCryptoHmacSha256Deinit()
256 operation = aContext->mContext; in otPlatCryptoHmacSha256Start()
271 operation = aContext->mContext; in otPlatCryptoHmacSha256Update()
285 operation = aContext->mContext; in otPlatCryptoHmacSha256Finish()
298 key_ref = aContext->mContext; in otPlatCryptoAesInit()
312 key_ref = aContext->mContext; in otPlatCryptoAesSetKey()
329 key_ref = aContext->mContext; in otPlatCryptoAesEncrypt()
349 operation = aContext->mContext; in otPlatCryptoSha256Init()
[all …]
/Zephyr-latest/samples/net/openthread/coap/src/
Dbutton.c81 .mContext = &btn_rsc_ctx,
89 struct btn_rsc_ctx *btn_ctx = rsc->mContext; in button_init_rsc()
Dled.c42 struct led_rsc_ctx *led_ctx = rsc->mContext; in led_init()
144 .mContext = &led_rsc_ctx,