Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c38 int32_t userTypeSelf; member
186 int32_t userType = isSelf ? params->userTypeSelf : KEY_ALIAS_LT_KEY_PAIR; in GenerateKeyAlias()
188 int32_t userType = isSelf ? params->userTypeSelf : params->userTypePeer; in GenerateKeyAlias()
285 if (AddIntToJson(json, FIELD_USER_TYPE_CLIENT, params->userTypeSelf) != HC_SUCCESS) { in ClientSendPkInfoBuildEvent()
438 ExtraInfo exInfo = { params->authIdPeer, params->userTypeSelf, PAIR_TYPE_BIND }; in SavePeerPubKey()
480 if (AddIntToJson(json, FIELD_USER_TYPE_SERVER, params->userTypeSelf) != HC_SUCCESS) { in ServerSendAuthCodeBuildEvent()
716 instance->params.userTypeSelf = params->userType; in InitPubkeyExchangeCmd()
H A Dauth_code_import.c40 int32_t userTypeSelf; member
206 if (AddIntToJson(json, FIELD_USER_TYPE_CLIENT, params->userTypeSelf) != HC_SUCCESS) { in ClientSendDevInfoBuildEvent()
304 if (AddIntToJson(json, FIELD_USER_TYPE_SERVER, params->userTypeSelf) != HC_SUCCESS) { in ServerSendAuthCodeBuildEvent()
550 instance->params.userTypeSelf = params->userType; in InitAuthCodeImportCmd()
H A Dsave_trusted_info.c52 int32_t userTypeSelf; member
197 if (AddIntToJson(json, FIELD_USER_TYPE_CLIENT, params->userTypeSelf) != HC_SUCCESS) { in ClientSendTrustedInfoBuildEvent()
339 devParams->devType = params->userTypeSelf; in GenerateSelfDevParams()
542 if (AddIntToJson(json, FIELD_USER_TYPE_SERVER, params->userTypeSelf) != HC_SUCCESS) { in ServerSendTrustedInfoBuildEvent()
832 instance->params.userTypeSelf = params->userType; in InitSaveTrustedInfoCmd()
/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/
H A Dsavetrustedinfo_fuzzer.cpp58 int32_t userTypeSelf; member
125 devParams->devType = params->userTypeSelf; in GenerateSelfDevParams()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp62 int32_t userTypeSelf; member
129 devParams->devType = params->userTypeSelf; in GenerateSelfDevParams()