Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dpake_request.c55 int32_t support_256_mod = get_json_bool(obj, FIELD_SUPPORT_256_MOD); in parse_pake_request()
91 pake_request->peer_support_version.third, FIELD_SUPPORT_256_MOD, in make_pake_request()
Dparsedata.h196 #define FIELD_SUPPORT_256_MOD "support256mod" macro
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/
Dpake_message_util.c29 if (AddBoolToJson(payload, FIELD_SUPPORT_256_MOD, is256ModSupported) != HC_SUCCESS) { in PackagePakeRequestData()
57 if (GetBoolFromJson(in, FIELD_SUPPORT_256_MOD, &is256ModSupported) != HC_SUCCESS) { in ParsePakeRequestMessage()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h115 #define FIELD_SUPPORT_256_MOD "support256mod" macro