Lines Matching full:size
34 * \brief Maximum size of verification URL in bytes
41 * \brief Maximum size of profile definition in bytes
48 * \brief Maximum size of the the platform configuration data.
55 * \brief Maximum size of the platform hash algorithm identifier string.
75 * \param[in/out] size As an input value it indicates the size of the caller
78 * the exact size of the verification service URL.
85 tfm_attest_hal_get_verification_service(uint32_t *size, uint8_t *buf);
95 * \param[in/out] size As an input value it indicates the size of the caller
98 * exact size of the profile definition.
104 tfm_attest_hal_get_profile_definition(uint32_t *size, uint8_t *buf);
113 * \param[in/out] size As an input value it indicates the size of the caller
116 * exact size of the platform configuration data.
123 tfm_attest_hal_get_platform_config(uint32_t *size, uint8_t *buf);
132 * \param[in/out] size As an input value it indicates the size of the caller
135 * exact size of the platform hahs algo string.
142 tfm_attest_hal_get_platform_hash_algo(uint32_t *size, uint8_t *buf);