Searched refs:GetBufferFromAttributeBase (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | executor_func_common.c | 41 static Buffer *GetBufferFromAttributeBase(const Attribute *attribute, AttributeKey key, bool checkSize, uint32_t size) in GetBufferFromAttributeBase() function 44 LOG_ERROR("GetBufferFromAttributeBase bad param!"); in GetBufferFromAttributeBase() 73 return GetBufferFromAttributeBase(attribute, key, true, size); in GetBufferFromAttribute() 209 Buffer *root = GetBufferFromAttributeBase(attributeTlv, ATTR_ROOT, false, 0); in GetRootAttributeFromTlv() 253 Buffer *dataBuf = GetBufferFromAttributeBase(attributeRoot, ATTR_DATA, false, 0); in VerifyAndGetDataAttribute() 254 Buffer *signBuf = GetBufferFromAttributeBase(attributeRoot, ATTR_SIGNATURE, false, 0); in VerifyAndGetDataAttribute()
|
Completed in 1 milliseconds