Lines Matching refs:buffer
113 * @brief Check whether the attribute is a buffer.
141 * @brief Obtains a buffer attribute from the <b>TEE_Attribute</b> struct of the object pointed
150 * @param buffer Indicates the pointer to the buffer that stores the attribute obtained.
156 * @return Returns <b>TEE_ERROR_SHORT_BUFFER</b> if the buffer is too small to store the content obtained.
161 TEE_Result TEE_GetObjectBufferAttribute(TEE_ObjectHandle object, uint32_t attributeID, void *buffer, size_t *size);
260 * @brief Initializes the <b>TEE_Attribute</b> of the buffer type.
266 * @param buffer Indicates the pointer to the buffer that stores the content to be allocated.
272 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID, void *buffer, size_t length);