Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_manager/src/mock/
Dcert_operation_mock.c30 …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/
Didentity_pin.c231 … 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()
Didentity_group.c484 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()
Didentity_p2p.c283 …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()
Dcert_operation.c241 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()
Didentity_common.c31 int32_t ConvertPsk(const Uint8Buff *srcPsk, Uint8Buff *sharedSecret) in ConvertPsk()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp1295 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/
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/creds_manager/src/
Dcreds_manager.c154 …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/
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/test/unittest/deviceauth/source/
Ddeviceauth_func_test.cpp749 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/
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
Ddl_speke_protocol.c86 Uint8Buff sharedSecret; member
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_core_service.c670 struct HksBlob sharedSecret = { 0, NULL }; in AgreeSharedSecretWithPeerPublicKey() local