Home
last modified time | relevance | path

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

/base/security/deviceauth/frameworks/deviceauth_lite/source/struct/
Dexchange_auth_data.c48 result = byte_convert(obj, FIELD_AUTH_PK, exchange_auth_data->ltpk.ltpk, in parse_exchange_data()
93 tmp_auth_id_data_hex, FIELD_AUTH_PK, tmp_auth_pk_data_hex) < 0) { in make_exchange_data()
Dparsedata.h168 #define FIELD_AUTH_PK "authPk" macro
/base/security/deviceauth/services/frameworks/inc/
Dcommon_defs.h31 #define FIELD_AUTH_PK "authPk" macro
/base/security/deviceauth/services/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
Dcommon_standard_bind_exchange.c118 GOTO_ERR_AND_SET_RET(AddByteToJson(authInfoJson, FIELD_AUTH_PK, exchangeParams->pubKeySelf.val, in PackageAuthInfo()
304 … GOTO_ERR_AND_SET_RET(GetByteFromJson(authInfoJson, FIELD_AUTH_PK, exchangeParams->pubKeyPeer.val, in ParseAuthInfo()