Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h52 int IsoServerGenSessionKeyAndCalToken(IsoBaseParams *params, const Uint8Buff *tokenFromPeer, Uint8B…
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_server_protocol_task.c191 res = IsoServerGenSessionKeyAndCalToken(&params->baseParams, &tokenFromPeer, &tokenToPeer); in CalTokenAndGenSessionKey()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_server_task.c259 int32_t res = IsoServerGenSessionKeyAndCalToken(&(innerTask->params.isoBaseParams), in IsoAuthServerCalTokenAndSessionKey()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp839 int res = IsoServerGenSessionKeyAndCalToken(nullptr, nullptr, nullptr);
843 res = IsoServerGenSessionKeyAndCalToken(baseParams, nullptr, nullptr);
846 res = IsoServerGenSessionKeyAndCalToken(baseParams, &tokenFromPeer, nullptr);
849 res = IsoServerGenSessionKeyAndCalToken(baseParams, &tokenFromPeer, &tokenToPeer);
/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c350 int IsoServerGenSessionKeyAndCalToken(IsoBaseParams *params, const Uint8Buff *tokenFromPeer, Uint8B… in IsoServerGenSessionKeyAndCalToken() function