Searched refs:MAX_OUT_BLOB_SIZE (Results 1 – 14 of 14) 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()
566 if ((outLen == 0) || (outLen > MAX_OUT_BLOB_SIZE)) { in CmConstructUri()
429 if ((size == 0) || (size > MAX_OUT_BLOB_SIZE)) { in GetMacByteFromString()
65 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro873 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 */
309 struct CmAppUidList appUidList = { MAX_OUT_BLOB_SIZE + 1, nullptr }; /* count too big */
624 …if ((count > MAX_OUT_BLOB_SIZE) || (replyBlob->size < (sizeof(uint32_t) + count * sizeof(uint32_t)… in FormatAppUidList()672 if (appUidList->appUidCount > MAX_OUT_BLOB_SIZE) { /* ensure not out of bounds */ in CmClientGetAuthorizedAppList()
183 if (keyOutSize > MAX_OUT_BLOB_SIZE) { in HksGenerateKeyUnpack()
57 if (length <= 0 || length > MAX_OUT_BLOB_SIZE) { in EvpKeyToX509Format()
812 if ((deriveSize == 0) || (deriveSize > MAX_OUT_BLOB_SIZE)) { in ConstructDervieBlob()