Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c232 Uint8Buff *sharedSecret) in AuthGeneratePskUsePin()
264 static int32_t GetSharedSecretForPinInIso(const CJson *in, Uint8Buff *sharedSecret) in GetSharedSecretForPinInIso()
310 static int32_t GetSharedSecretForPinInPake(const CJson *in, Uint8Buff *sharedSecret) in GetSharedSecretForPinInPake()
337 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl()
365 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
H A Didentity_group.c479 …thGeneratePsk(const CJson *in, const char *groupId, const Uint8Buff *seed, Uint8Buff *sharedSecret) in AuthGeneratePsk()
521 …c int32_t GetSharedSecretForP2pInIso(const CJson *in, const char *groupId, Uint8Buff *sharedSecret) in GetSharedSecretForP2pInIso()
769 … int32_t GetSharedSecretForP2pInPake(const CJson *in, const char *groupId, Uint8Buff *sharedSecret) in GetSharedSecretForP2pInPake()
822 const CJson *in, const CJson *urlJson, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForP2p()
841 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl()
909 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
H A Didentity_p2p.c283 …st CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByUrl()
334 …nst CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCert()
H A Dcert_operation.c307 const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetSharedSecretForAccountInPake()
652 …int32_t osAccountId, const char *peerUserId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCertFromPlugin()
697 Uint8Buff *sharedSecret) in GetAccountAsymSharedSecret()
730 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret()
H A Didentity_common.c31 int32_t ConvertPsk(const Uint8Buff *srcPsk, Uint8Buff *sharedSecret) in ConvertPsk()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
H A Dcreds_manager_test.cpp1291 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1333 Uint8Buff sharedSecret = { nullptr, 0 }; variable
1359 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 …]
/ohos5.0/base/security/device_auth/services/identity_manager/src/mock/
H A Dcert_operation_mock.c31 Uint8Buff *sharedSecret) in GetAccountAsymSharedSecret()
40 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret()
/ohos5.0/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/
H A Dcredsmanager_fuzzer.cpp1174 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest38() local
1217 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest39() local
1242 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest40() local
1263 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest41() local
1280 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest42() local
1297 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest43() local
1313 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest44() local
1329 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest45() local
1346 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest46() local
1364 Uint8Buff sharedSecret = { nullptr, 0 }; in CredsManagerTest47() local
[all …]
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/
H A Dpake_protocol_dl_common_mock.c36 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common_mock/
H A Dpake_protocol_ec_common_mock.c36 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_sdk.c33 static int32_t CheckKeyAgreeStartSessionParams(const KeyAgreeBlob *sharedSecret, in CheckKeyAgreeStartSessionParams()
107 …nt32_t InitKeyAgreeStartSessionParams(SpekeSession *spekeSession, const KeyAgreeBlob *sharedSecret, in InitKeyAgreeStartSessionParams()
191 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret, in KeyAgreeStartSession()
/ohos5.0/base/security/device_auth/services/creds_manager/src/
H A 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()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Didentity_manager_test.cpp169 Uint8Buff sharedSecret = { nullptr, 0 }; variable
239 Uint8Buff sharedSecret = { nullptr, 0 }; variable
H A Ddeviceauth_func_test.cpp1267 Uint8Buff sharedSecret = { val, sizeof(val) }; variable
1286 Uint8Buff sharedSecret = { val, sizeof(val) }; variable
1306 Uint8Buff sharedSecret = { val, sizeof(val) }; variable
1346 Uint8Buff sharedSecret = { val, sizeof(val) }; variable
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.c172 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common/
H A Dpake_protocol_ec_common.c110 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/
H A Dpake_defs.h61 Uint8Buff sharedSecret; member
/ohos5.0/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_session.h86 Uint8Buff sharedSecret; member
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_generate.c420 struct HksBlob sharedSecret = { 0, NULL }; in AgreeSharedSecretWithPeerPublicKey() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c86 Uint8Buff sharedSecret; member
H A Dec_speke_protocol.c68 Uint8Buff sharedSecret; member