Searched defs:pakeParams (Results 1 – 3 of 3) sorted by relevance
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/standard_exchange_task/ |
D | common_standard_unbind_exchange.c | 74 static int32_t PackageRmvInfo(const PakeParams *pakeParams, StandardUnbindExchangeParams *exchangeP… in PackageRmvInfo() 106 static int32_t EncryptRmvInfo(const PakeParams *pakeParams, StandardUnbindExchangeParams *exchangeP… in EncryptRmvInfo() 137 static int32_t DecryptRmvInfo(PakeParams *pakeParams, StandardUnbindExchangeParams *exchangeParams) in DecryptRmvInfo() 162 static int32_t ParseRmvInfo(PakeParams *pakeParams, StandardUnbindExchangeParams *exchangeParams) in ParseRmvInfo() 181 static int32_t DeleteAuthInfo(PakeParams *pakeParams) in DeleteAuthInfo() 216 static int32_t BuildRmvResult(PakeParams *pakeParams, StandardUnbindExchangeParams *exchangeParams) in BuildRmvResult() 250 static int32_t ConfirmRmvResult(PakeParams *pakeParams, StandardUnbindExchangeParams *exchangeParam… in ConfirmRmvResult() 280 int32_t ClientRequestStandardUnbindExchange(const PakeParams *pakeParams, StandardUnbindExchangePar… in ClientRequestStandardUnbindExchange() 297 int32_t ServerResponseStandardUnbindExchange(PakeParams *pakeParams, StandardUnbindExchangeParams *… in ServerResponseStandardUnbindExchange() 326 int32_t ClientConfirmStandardUnbindExchange(PakeParams *pakeParams, StandardUnbindExchangeParams *e… in ClientConfirmStandardUnbindExchange()
|
D | common_standard_bind_exchange.c | 91 static int32_t PackageAuthInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exchangePa… in PackageAuthInfo() 145 static int32_t GenerateSignInfo(const PakeParams *pakeParams, const StandardBindExchangeParams *exc… in GenerateSignInfo() 192 static int32_t EncryptAuthAndSignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exc… in EncryptAuthAndSignInfo() 246 static int32_t DecryptAuthAndSignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exc… in DecryptAuthAndSignInfo() 295 static int32_t ParseAuthInfo(PakeParams *pakeParams, const StandardBindExchangeParams *exchangePara… in ParseAuthInfo() 317 static int32_t VerifySignInfo(const PakeParams *pakeParams, StandardBindExchangeParams *exchangePar… in VerifySignInfo() 358 static int32_t SaveAuthInfo(const PakeParams *pakeParams, const StandardBindExchangeParams *exchang… in SaveAuthInfo() 388 int32_t ClientRequestStandardBindExchange(const PakeParams *pakeParams, StandardBindExchangeParams … in ClientRequestStandardBindExchange() 424 int32_t ServerResponseStandardBindExchange(PakeParams *pakeParams, StandardBindExchangeParams *exch… in ServerResponseStandardBindExchange() 484 int32_t ClientConfirmStandardBindExchange(PakeParams *pakeParams, StandardBindExchangeParams *excha… in ClientConfirmStandardBindExchange()
|
/base/security/device_auth/services/authenticators/inc/account_related/auth/pake_v2_auth_task/ |
D | pake_v2_auth_task_common.h | 27 PakeBaseParams pakeParams; member
|