Home
last modified time | relevance | path

Searched refs:extInfoStr (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.c90 static int32_t RemoveEscapeForExtInfo(const char *extInfoStr, char **outExtInfoStr) in RemoveEscapeForExtInfo() argument
92 uint32_t len = HcStrlen(extInfoStr); in RemoveEscapeForExtInfo()
100 if (extInfoStr[i] == '\\') { in RemoveEscapeForExtInfo()
102 if (extInfoStr[i] == '\"') { in RemoveEscapeForExtInfo()
106 (*outExtInfoStr)[j++] = extInfoStr[i]; in RemoveEscapeForExtInfo()