Lines Matching refs:Attribute

192 IAM_STATIC ResultCode ParseAttributeSerializedMsgInner(Attribute *attribute, const Uint8Array msg,

231 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg)
245 Attribute *CreateEmptyAttribute(void)
254 Attribute *CreateAttributeFromSerializedMsg(const Uint8Array msg)
258 Attribute *attribute = CreateEmptyAttribute();
267 FreeAttribute((Attribute **)&attribute);
274 ResultCode GetAttributeSerializedMsg(const Attribute *attributePublic, Uint8Array *retMsg)
306 void FreeAttribute(Attribute **attribute)
318 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value)
333 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value)
345 ResultCode GetAttributeInt32(const Attribute *attribute, AttributeKey key, int32_t *retValue)
353 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value)
360 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue)
375 ResultCode SetAttributeUint64(Attribute *attribute, AttributeKey key, const uint64_t value)
387 ResultCode GetAttributeLength(const Attribute *attribute, AttributeKey key, uint32_t *len)
405 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retData)
435 ResultCode SetAttributeUint8Array(Attribute *attributePub, AttributeKey key, const Uint8Array data)
456 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData)
475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data)