Searched refs:MAX_OUT_BLOB_SIZE (Results 1 – 14 of 14) sorted by relevance
67 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro342 return (length == 0) || (length > MAX_OUT_BLOB_SIZE); in IsInvalidLength()
60 if (sz == 0 || sz > MAX_OUT_BLOB_SIZE) { in ProcessAttestKeyAsyncReply()
75 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro
26 #define MAX_OUT_BLOB_SIZE (5 * 1024 * 1024) macro
309 struct CmAppUidList appUidList = { MAX_OUT_BLOB_SIZE + 1, nullptr }; /* count too big */
324 struct CmAppUidList appUidList = { MAX_OUT_BLOB_SIZE + 1, nullptr }; /* count too big */
133 if (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()
432 if ((size == 0) || (size > MAX_OUT_BLOB_SIZE)) { in GetMacByteFromString()
628 …if ((count > MAX_OUT_BLOB_SIZE) || (replyBlob->size < (sizeof(uint32_t) + count * sizeof(uint32_t)… in FormatAppUidList()676 if (appUidList->appUidCount > MAX_OUT_BLOB_SIZE) { /* ensure not out of bounds */ in CmClientGetAuthorizedAppList()
185 if (keyOutSize > MAX_OUT_BLOB_SIZE) { in HksGenerateKeyUnpack()
57 if (length <= 0 || length > MAX_OUT_BLOB_SIZE) { in EvpKeyToX509Format()
1201 if ((deriveSize == 0) || (deriveSize > MAX_OUT_BLOB_SIZE)) { in ConstructDervieBlob()