Home
last modified time | relevance | path

Searched defs:sharedSecret (Results 1 – 8 of 8) sorted by relevance

/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/
Dpake_protocol_dl_common_mock.c36 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common_mock/
Dpake_protocol_ec_common_mock.c36 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_sdk.c33 static int32_t CheckKeyAgreeStartSessionParams(const KeyAgreeBlob *sharedSecret, in CheckKeyAgreeStartSessionParams()
107 …nt32_t InitKeyAgreeStartSessionParams(SpekeSession *spekeSession, const KeyAgreeBlob *sharedSecret, in InitKeyAgreeStartSessionParams()
190 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret, in KeyAgreeStartSession()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
Dpake_protocol_dl_common.c172 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common/
Dpake_protocol_ec_common.c110 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
/base/security/device_auth/services/protocol/inc/pake_protocol/
Dpake_defs.h61 Uint8Buff sharedSecret; member
/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session.h86 Uint8Buff sharedSecret; member
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_core_service.c636 struct HksBlob sharedSecret = { 0, NULL }; in AgreeSharedSecretWithPeerPublicKey() local