Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp105 static bool CheckAttributeLength(const uint8_t *curr, const uint8_t *end, uint32_t length);
140 if (!CheckAttributeLength(curr, end, length)) { in Impl()
179 bool Attributes::Impl::CheckAttributeLength(const uint8_t *curr, const uint8_t *end, uint32_t lengt… in CheckAttributeLength() function in OHOS::UserIam::UserAuth::Attributes::Impl