Home
last modified time | relevance | path

Searched refs:attributeRoot (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c218 Attribute *attributeRoot = CreateAttributeFromSerializedMsg(uint8Array); in GetRootAttributeFromTlv() local
220 return attributeRoot; in GetRootAttributeFromTlv()
247 Attribute *attributeRoot = GetRootAttributeFromTlv(msg, msgSize); in VerifyAndGetDataAttribute() local
248 if (attributeRoot == NULL) { in VerifyAndGetDataAttribute()
253 Buffer *dataBuf = GetBufferFromAttributeBase(attributeRoot, ATTR_DATA, false, 0); in VerifyAndGetDataAttribute()
254 Buffer *signBuf = GetBufferFromAttributeBase(attributeRoot, ATTR_SIGNATURE, false, 0); in VerifyAndGetDataAttribute()
255 FreeAttribute(&attributeRoot); in VerifyAndGetDataAttribute()

Completed in 1 milliseconds