Home
last modified time | relevance | path

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

/base/security/device_auth/services/creds_manager/src/account_related_mock/
Daccount_related_creds_manager_mock.c31 …AccountAsymSharedSecret(int32_t osAccountId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetAccountAsymSharedSecret()
39 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp1294 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1335 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1361 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1382 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1403 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1424 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1444 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1464 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1485 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1507 Uint8Buff sharedSecret = { nullptr, 0 }; variable
[all …]
/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/creds_manager/src/
Dcreds_manager.c286 static int32_t GetSharedSecretForPinInPake(const CJson *in, Uint8Buff *sharedSecret) in GetSharedSecretForPinInPake()
340 Uint8Buff *sharedSecret) in AuthGeneratePsk()
352 … int32_t AuthGeneratePskUsePin(const Uint8Buff *seed, const char *pinCode, Uint8Buff *sharedSecret) in AuthGeneratePskUsePin()
365 static int32_t GetSharedSecretForPinInIso(const CJson *in, Uint8Buff *sharedSecret) in GetSharedSecretForPinInIso()
401 …c int32_t GetSharedSecretForP2pInIso(const CJson *in, const char *groupId, Uint8Buff *sharedSecret) in GetSharedSecretForP2pInIso()
570 static int32_t ConvertPsk(const Uint8Buff *srcPsk, Uint8Buff *sharedSecret) in ConvertPsk()
589 … int32_t GetSharedSecretForP2pInPake(const CJson *in, const char *groupId, Uint8Buff *sharedSecret) in GetSharedSecretForP2pInPake()
635 …t32_t GetSharedSecretForPin(const CJson *in, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForPin()
649 Uint8Buff *sharedSecret) in GetSharedSecretForP2p()
780 Uint8Buff *sharedSecret) in GetSharedSecretByUrl()
[all …]
/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/creds_manager/src/account_related/
Daccount_related_creds_manager.c137 const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetSharedSecretForAccountInPake()
488 Uint8Buff *sharedSecret) in GetSharedSecretByPeerCertFromPlugin()
528 …AccountAsymSharedSecret(int32_t osAccountId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetAccountAsymSharedSecret()
561 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret()
/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/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
Dec_speke_protocol.c68 Uint8Buff sharedSecret; member
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_core_service.c664 struct HksBlob sharedSecret = { 0, NULL }; in AgreeSharedSecretWithPeerPublicKey() local