Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h38 } IsoBaseParams; typedef
44 int32_t InitIsoBaseParams(const CJson *in, IsoBaseParams *params);
45 void DestroyIsoBaseParams(IsoBaseParams *params);
47 int IsoClientGenRandom(IsoBaseParams *params);
48 int IsoClientCheckAndGenToken(IsoBaseParams *params, const Uint8Buff *peerToken, Uint8Buff *selfTok…
49 int IsoClientGenSessionKey(IsoBaseParams *params, int returnResult, const uint8_t *hmac, uint32_t h…
51 int IsoServerGenRandomAndToken(IsoBaseParams *params, Uint8Buff *selfTokenBuf);
52 int IsoServerGenSessionKeyAndCalToken(IsoBaseParams *params, const Uint8Buff *tokenFromPeer, Uint8B…
/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c24 int32_t InitIsoBaseParams(const CJson *in, IsoBaseParams *params) in InitIsoBaseParams()
71 void DestroyIsoBaseParams(IsoBaseParams *params) in DestroyIsoBaseParams()
93 static int IsoCalSelfToken(const IsoBaseParams *params, Uint8Buff *outHmac) in IsoCalSelfToken()
140 static int IsoCalPeerToken(const IsoBaseParams *params, Uint8Buff *selfToken) in IsoCalPeerToken()
187 static int IsoCombineHkdfSalt(IsoBaseParams *params, Uint8Buff *hkdfSaltBuf, bool isClient) in IsoCombineHkdfSalt()
213 static int IsoGenSessionKey(IsoBaseParams *params, Uint8Buff *pskBuf, bool isClient) in IsoGenSessionKey()
240 int IsoClientGenRandom(IsoBaseParams *params) in IsoClientGenRandom()
254 int IsoClientCheckAndGenToken(IsoBaseParams *params, const Uint8Buff *peerToken, Uint8Buff *selfTok… in IsoClientCheckAndGenToken()
287 int IsoClientGenSessionKey(IsoBaseParams *params, int returnResult, const uint8_t *hmac, uint32_t h… in IsoClientGenSessionKey()
325 int IsoServerGenRandomAndToken(IsoBaseParams *params, Uint8Buff *selfTokenBuf) in IsoServerGenRandomAndToken()
[all …]
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/
H A Diso_base_cur_task.h42 IsoBaseParams baseParams;
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h40 IsoBaseParams isoBaseParams;
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp841 IsoBaseParams *baseParams = (IsoBaseParams *)HcMalloc(sizeof(IsoBaseParams), 0);