Home
last modified time | relevance | path

Searched defs:pakeParams (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c91 static int32_t GenerateKeyPairIfNotExist(const PakeParams *pakeParams, const Uint8Buff *keyAlias) in GenerateKeyPairIfNotExist()
116 static int32_t PackageAuthInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exchangePa… in PackageAuthInfo()
166 static int32_t GenerateSignInfo(const PakeParams *pakeParams, const StandardBindExchangeParams *exc… in GenerateSignInfo()
218 static int32_t EncryptAuthAndSignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exc… in EncryptAuthAndSignInfo()
277 static int32_t DecryptAuthAndSignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exc… in DecryptAuthAndSignInfo()
330 static int32_t ParseAuthInfo(PakeParams *pakeParams, const StandardBindExchangeParams *exchangePara… in ParseAuthInfo()
352 static int32_t VerifySignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exchangePar… in VerifySignInfo()
398 static int32_t SaveAuthInfo(const PakeParams *pakeParams, const StandardBindExchangeParams *exchang… in SaveAuthInfo()
481 static int32_t GenerateSelfKeyAlias(const PakeParams *pakeParams, Uint8Buff *keyAlias) in GenerateSelfKeyAlias()
505 int32_t ServerResponseStandardBindExchange(PakeParams *pakeParams, StandardBindExchangeParams *exch… in ServerResponseStandardBindExchange()
[all …]
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dstandard_exchange_task_test.cpp71 PakeParams pakeParams; variable
123 PakeParams pakeParams; variable
146 PakeParams pakeParams; variable
H A Ddeviceauth_interface_test.cpp903 PakeParams *pakeParams = (PakeParams *)HcMalloc(sizeof(PakeParams), 0); variable
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/
H A Dstandardexchangetask_fuzzer.cpp37 PakeParams pakeParams; in StandardExchangeTaskTest001() local
63 PakeParams pakeParams; in StandardExchangeTaskTest003() local
125 PakeParams pakeParams; in StandardExchangeTaskTest004() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h27 PakeBaseParams pakeParams; member