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 D | common_standard_bind_exchange.c | 91 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 D | standard_exchange_task_test.cpp | 71 PakeParams pakeParams; variable 123 PakeParams pakeParams; variable 146 PakeParams pakeParams; variable
|
H A D | deviceauth_interface_test.cpp | 903 PakeParams *pakeParams = (PakeParams *)HcMalloc(sizeof(PakeParams), 0); variable
|
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/ |
H A D | standardexchangetask_fuzzer.cpp | 37 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 D | pake_v2_auth_task_common.h | 27 PakeBaseParams pakeParams; member
|