Home
last modified time | relevance | path

Searched refs:mContext (Results 1 – 1 of 1) 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 …]