Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c34 Uint8Array uint8Array = { in SetBufferToAttribute() local
38 return SetAttributeUint8Array(attribute, key, uint8Array); in SetBufferToAttribute()
57 Uint8Array uint8Array = { in GetBufferFromAttributeBase() local
61 result = GetAttributeUint8Array(attribute, key, &uint8Array); in GetBufferFromAttributeBase()
67 buffer->contentSize = uint8Array.len; in GetBufferFromAttributeBase()
163 Uint8Array uint8Array = { in FormatTlvMsg() local
167 int32_t result = GetRootMsg(data, keyPair, &uint8Array); in FormatTlvMsg()
178 result = SetAttributeUint8Array(attribute, ATTR_ROOT, uint8Array); in FormatTlvMsg()
184 uint8Array.data = msg; in FormatTlvMsg()
185 uint8Array in FormatTlvMsg()
200 Uint8Array uint8Array = { GetRootAttributeFromTlv() local
271 Uint8Array uint8Array = { VerifyAndGetDataAttribute() local
[all...]
H A Dcollector_func.c244 Uint8Array uint8Array = { in GetAlgoParam() local
248 result = GetAttributeUint8Array(data, PIN_ATTR_ALGO_PARAM, &uint8Array); in GetAlgoParam()
253 if (uint8Array.len != sizeof(algoParam->algoParameter)) { in GetAlgoParam()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/
H A Dcommon_impl.c33 Uint8Array uint8Array = { in GetAuthFwkExtraInfo() local
37 if (SetAttributeUint8Array(data, ATTR_CHALLENGE, uint8Array) != RESULT_SUCCESS) { in GetAuthFwkExtraInfo()

Completed in 2 milliseconds