Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c125 char *outInnerExtStr = NULL; in GetInnerExtInfo() local
126 int32_t res = RemoveEscapeForExtInfo(innerExtInfoStr, &outInnerExtStr); in GetInnerExtInfo()
132 innerExtInfo->val = (uint8_t *)outInnerExtStr; in GetInnerExtInfo()
133 innerExtInfo->length = HcStrlen(outInnerExtStr) + 1; in GetInnerExtInfo()