Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/modules/openthread/platform/
Dcrypto_psa.c94 static bool checkContext(otCryptoContext *aContext, size_t aMinSize) in checkContext() argument
97 return aContext != NULL && aContext->mContext != NULL && aContext->mContextSize >= aMinSize; in checkContext()