Home
last modified time | relevance | path

Searched refs:WriteTlvHead (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp128 static ResultCode WriteTlvHead(const AuthAttributeType type, const uint32_t length, Buffer *buf) in WriteTlvHead() function
146 if (WriteTlvHead(type, length, buf) != RESULT_SUCCESS) { in WriteTlv()
216 if (WriteTlvHead(ATTR_ROOT, rootLen, retTlv) != RESULT_SUCCESS || in GenerateRetTlv()