Call TA to get the max chunk size
[platform/core/security/key-manager.git] / src / manager / crypto / tz-backend / store.cpp
index 958da3a..23ba831 100644 (file)
@@ -208,6 +208,11 @@ void Store::unpack(const RawBuffer &packed,
        }
 }
 
+size_t Store::maxChunkSize() const
+{
+       return Internals::maxChunkSize();
+}
+
 } // namespace TZ
 } // namespace Crypto
 } // namespace CKM