Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/
H A Dpubkeyexchange_fuzzer.cpp37 static PubKeyExchangeParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_AC…
38 static PubKeyExchangeParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_AC…
88PubKeyExchangeParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; in PubkeyExchangeTest04()
95PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, nullptr, g_authIdC, false, DEFAULT_OS_ACCOUNT… in PubkeyExchangeTest05()
102PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, false, DEFAULT_OS_A… in PubkeyExchangeTest06()
109PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, fa… in PubkeyExchangeTest07()
/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 Dpub_key_exchange_test.cpp42 static PubKeyExchangeParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_AC…
43 static PubKeyExchangeParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_AC…
143PubKeyExchangeParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT };
150PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, nullptr, g_authIdC, false, DEFAULT_OS_ACCOUNT…
157PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, false, DEFAULT_OS_A…
164 PubKeyExchangeParams errorParams =
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.h30 } PubKeyExchangeParams; typedef
/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer/
H A Dexpandsubsession_fuzzer.cpp45 static PubKeyExchangeParams g_25519ParamsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_…
46 static PubKeyExchangeParams g_25519ParamsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_…
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c691 static bool IsPubKeyExchangeParamsValid(const PubKeyExchangeParams *params) in IsPubKeyExchangeParamsValid()
700 static int32_t InitPubkeyExchangeCmd(PubKeyExchangeCmd *instance, const PubKeyExchangeParams *param… in InitPubkeyExchangeCmd()
733 const PubKeyExchangeParams *params = (const PubKeyExchangeParams *)baseParams; in CreatePubKeyExchangeCmd()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/
H A Dexpand_sub_session_test.cpp51 static PubKeyExchangeParams g_25519ParamsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_…
52 static PubKeyExchangeParams g_25519ParamsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_…
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c138 PubKeyExchangeParams params = { in CmdExchangePkGenerator()