Searched refs:aMinSize (Results 1 – 1 of 1) sorted by relevance
94 static bool checkContext(otCryptoContext *aContext, size_t aMinSize) in checkContext() argument97 return aContext != NULL && aContext->mContext != NULL && aContext->mContextSize >= aMinSize; in checkContext()