Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dstandard_exchange_message_util.c56 const char *exAuthInfoStr = GetStringFromJson(in, key); in ParseNonceAndCipherFromJson() local
57 if (exAuthInfoStr == NULL) { in ParseNonceAndCipherFromJson()
62 int32_t exAuthInfoLen = (int32_t)HcStrlen(exAuthInfoStr) / BYTE_TO_HEX_OPER_LENGTH; in ParseNonceAndCipherFromJson()
69 res = HexStringToByte(exAuthInfoStr, exAuthInfoVal, exAuthInfoLen); in ParseNonceAndCipherFromJson()