Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h47 int IsoClientGenRandom(IsoBaseParams *params);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_client_protocol_task.c87 int res = IsoClientGenRandom(&params->baseParams); in IsoClientStart()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_client_task.c143 int32_t ret = IsoClientGenRandom(&innerTask->params.isoBaseParams); in IsoAuthClientBegin()
/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c240 int IsoClientGenRandom(IsoBaseParams *params) in IsoClientGenRandom() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp872 res = IsoClientGenRandom(nullptr);