Searched refs:Storage (Results 1 – 6 of 6) sorted by relevance
162 void UsefulOutBuf_Init(UsefulOutBuf *pMe, UsefulBuf Storage) in UsefulOutBuf_Init() argument166 pMe->UB = Storage; in UsefulOutBuf_Init()179 const uintptr_t ptrM = UINTPTR_MAX - Storage.len; in UsefulOutBuf_Init()180 if(Storage.ptr && (uintptr_t)Storage.ptr > ptrM) /* Check #0 */ in UsefulOutBuf_Init()
256 QCBOREncode_Init(QCBOREncodeContext *pMe, UsefulBuf Storage) in QCBOREncode_Init() argument259 UsefulOutBuf_Init(&(pMe->OutBuf), Storage); in QCBOREncode_Init()
1185 Secure Storage internal format for the REE and SQL FS is not compatible due to1296 Secure Storage internal format for the REE FS is not compatible due to commit1424 Secure Storage internal format is not compatible due to commit1549 * File Storage: Possibility to use the normal world filesystem and the RPMB1618 * RPMB support: Secure Storage can now use Replay Protected Memory Block (RPMB) partition1703 * Secure Storage is implemented, but note that anti-rollback protection1732 * Secure Storage: Files stored by the REE are now encrypted. Operations1735 Secure Storage have been presented at the Linaro Connect SFO15.1771 * Secure Storage is implemented, but note that anti-rollback protection1804 * Secure Storage: Data can be encrypted prior to their storage in the non-secure.[all …]
885 void UsefulOutBuf_Init(UsefulOutBuf *pUOutBuf, UsefulBuf Storage);
471 QCBOREncode_Init(QCBOREncodeContext *pCtx, UsefulBuf Storage);
115 Automatic Storage Management