| /base/security/device_auth/services/identity_manager/src/mock/ |
| D | cert_operation_mock.c | 30 …AccountAsymSharedSecret(int32_t osAccountId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetAccountAsymSharedSecret() 38 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret()
|
| /base/security/device_auth/services/identity_manager/src/ |
| D | identity_pin.c | 231 … int32_t AuthGeneratePskUsePin(const Uint8Buff *seed, const char *pinCode, Uint8Buff *sharedSecret) in AuthGeneratePskUsePin() 257 static int32_t GetSharedSecretForPinInIso(const CJson *in, Uint8Buff *sharedSecret) in GetSharedSecretForPinInIso() 303 static int32_t GetSharedSecretForPinInPake(const CJson *in, Uint8Buff *sharedSecret) in GetSharedSecretForPinInPake() 330 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl() 355 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
|
| D | identity_group.c | 484 const CJson *in, const char *groupId, const Uint8Buff *seed, Uint8Buff *sharedSecret) in AuthGeneratePsk() 496 …c int32_t GetSharedSecretForP2pInIso(const CJson *in, const char *groupId, Uint8Buff *sharedSecret) in GetSharedSecretForP2pInIso() 656 … int32_t GetSharedSecretForP2pInPake(const CJson *in, const char *groupId, Uint8Buff *sharedSecret) in GetSharedSecretForP2pInPake() 703 const CJson *in, const CJson *urlJson, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForP2p() 722 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl() 790 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
|
| D | identity_p2p.c | 283 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl() 339 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
|
| D | cert_operation.c | 241 const char *userId, const char *authId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetSharedSecretForAccountInPake() 585 int32_t osAccountId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCertFromPlugin() 625 …AccountAsymSharedSecret(int32_t osAccountId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetAccountAsymSharedSecret() 658 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret()
|
| D | identity_common.c | 31 int32_t ConvertPsk(const Uint8Buff *srcPsk, Uint8Buff *sharedSecret) in ConvertPsk()
|
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
| D | creds_manager_test.cpp | 1295 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1337 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1363 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1385 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1406 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1427 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1447 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1467 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1488 Uint8Buff sharedSecret = { nullptr, 0 }; variable 1510 Uint8Buff sharedSecret = { nullptr, 0 }; variable [all …]
|
| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/ |
| D | pake_protocol_dl_common_mock.c | 36 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
|
| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common_mock/ |
| D | pake_protocol_ec_common_mock.c | 36 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
|
| /base/security/device_auth/services/key_agree_sdk/src/ |
| D | key_agree_sdk.c | 33 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/creds_manager/src/ |
| D | creds_manager.c | 154 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl() 213 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
|
| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/ |
| D | pake_protocol_dl_common.c | 172 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
|
| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common/ |
| D | pake_protocol_ec_common.c | 110 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | deviceauth_func_test.cpp | 749 Uint8Buff sharedSecret = { val, sizeof(val) }; variable 768 Uint8Buff sharedSecret = { val, sizeof(val) }; variable 788 Uint8Buff sharedSecret = { val, sizeof(val) }; variable 828 Uint8Buff sharedSecret = { val, sizeof(val) }; variable
|
| /base/security/device_auth/services/protocol/inc/pake_protocol/ |
| D | pake_defs.h | 61 Uint8Buff sharedSecret; member
|
| /base/security/device_auth/services/key_agree_sdk/inc/ |
| D | key_agree_session.h | 86 Uint8Buff sharedSecret; member
|
| /base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
| D | ec_speke_protocol.c | 68 Uint8Buff sharedSecret; member
|
| D | dl_speke_protocol.c | 86 Uint8Buff sharedSecret; member
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_core_service.c | 670 struct HksBlob sharedSecret = { 0, NULL }; in AgreeSharedSecretWithPeerPublicKey() local
|