Searched refs:ClientRequestStandardBindExchange (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/ |
H A D | standardexchangetask_fuzzer.cpp | 74 int32_t ret = ClientRequestStandardBindExchange(&pakeParams, nullptr); in StandardExchangeTaskTest003() 84 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); in StandardExchangeTaskTest003() 96 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); in StandardExchangeTaskTest003() 104 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); in StandardExchangeTaskTest003() 114 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); in StandardExchangeTaskTest003()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | standard_exchange_task_test.cpp | 82 int32_t ret = ClientRequestStandardBindExchange(&pakeParams, nullptr); 90 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); 101 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); 107 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams); 115 ret = ClientRequestStandardBindExchange(&pakeParams, &exchangeParams);
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/ |
H A D | common_standard_bind_exchange.h | 42 int32_t ClientRequestStandardBindExchange(const PakeParams *pakeParams, StandardBindExchangeParams …
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/ |
H A D | standard_client_bind_exchange_task.c | 61 GOTO_ERR_AND_SET_RET(ClientRequestStandardBindExchange(params, &(realTask->params)), res); in ExchangeRequest()
|
H A D | common_standard_bind_exchange.c | 434 int32_t ClientRequestStandardBindExchange(const PakeParams *pakeParams, StandardBindExchangeParams … in ClientRequestStandardBindExchange() function
|