Searched refs:GetBufferFromAttributeBase (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/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 checkS… in GetBufferFromAttributeBase() function 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()
|