Searched refs:MAX_OUT_BLOB_SIZE (Results 1 – 13 of 13) sorted by relevance
69 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro344 return (length == 0) || (length > MAX_OUT_BLOB_SIZE); in CmIsInvalidLength()
128 if (fileSize == 0 || fileSize > MAX_OUT_BLOB_SIZE) { in CmStorageGetBuf()
41 if (count > MAX_OUT_BLOB_SIZE) { in CheckAuthListFileSizeValid()
418 if ((size == 0) || (size > MAX_OUT_BLOB_SIZE)) { in GetMacByteFromString()
557 if ((outLen == 0) || (outLen > MAX_OUT_BLOB_SIZE)) { in CmConstructUri()
57 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro682 return (length == 0) || (length > MAX_OUT_BLOB_SIZE); in IsInvalidLength()
33 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro
45 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro
324 struct CmAppUidList appUidList = { MAX_OUT_BLOB_SIZE + 1, nullptr }; /* count too big */
623 …if ((count > MAX_OUT_BLOB_SIZE) || (replyBlob->size < (sizeof(uint32_t) + count * sizeof(uint32_t)… in FormatAppUidList()671 if (appUidList->appUidCount > MAX_OUT_BLOB_SIZE) { /* ensure not out of bounds */ in CmClientGetAuthorizedAppList()
183 if (keyOutSize > MAX_OUT_BLOB_SIZE) { in HksGenerateKeyUnpack()
52 if (length <= 0 || length > MAX_OUT_BLOB_SIZE) { in EvpKeyToX509Format()
815 if ((deriveSize == 0) || (deriveSize > MAX_OUT_BLOB_SIZE)) { in ConstructDervieBlob()