Searched refs:GetSharedSecretByPeerCert (Results 1 - 9 of 9) sorted by relevance
/base/security/device_auth/services/creds_manager/inc/ |
H A D | creds_manager.h | 32 int32_t GetSharedSecretByPeerCert(
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 368 static int32_t GetSharedSecretByPeerCert( in GetSharedSecretByPeerCert() function 384 .getSharedSecretByPeerCert = GetSharedSecretByPeerCert,
|
H A D | identity_p2p.c | 333 static int32_t GetSharedSecretByPeerCert( in GetSharedSecretByPeerCert() function 349 .getSharedSecretByPeerCert = GetSharedSecretByPeerCert,
|
H A D | identity_group.c | 908 static int32_t GetSharedSecretByPeerCert( in GetSharedSecretByPeerCert() function 936 .getSharedSecretByPeerCert = GetSharedSecretByPeerCert,
|
/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 212 int32_t GetSharedSecretByPeerCert( in GetSharedSecretByPeerCert() function
|
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 1754 int32_t res = GetSharedSecretByPeerCert(nullptr, nullptr, ALG_EC_SPEKE, nullptr); in CredsManagerTest62() 1759 res = GetSharedSecretByPeerCert(json, nullptr, ALG_EC_SPEKE, nullptr); in CredsManagerTest62() 1765 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, nullptr); in CredsManagerTest62() 1771 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_ISO, &sharedSecret); in CredsManagerTest62() 1776 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in CredsManagerTest62() 1782 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in CredsManagerTest62() 1803 (void)GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in CredsManagerTest63() 1819 (void)GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in CredsManagerTest64()
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
H A D | creds_manager_test.cpp | 1887 int32_t res = GetSharedSecretByPeerCert(nullptr, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 1891 res = GetSharedSecretByPeerCert(json, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 1894 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, nullptr); in HWTEST_F() 1897 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_ISO, &sharedSecret); in HWTEST_F() 1899 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F() 1902 res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F() 1923 int32_t res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F() 1941 int32_t res = GetSharedSecretByPeerCert(json, &certInfo, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_func_test.cpp | 1269 int32_t res = GetSharedSecretByPeerCert(in, certInfo, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F() 1274 res = GetSharedSecretByPeerCert(nullptr, nullptr, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F()
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 1446 res = GetSharedSecretByPeerCert(impl->context, &peerCert, impl->protocolEntity.protocolType, psk); in GetSharedSecret()
|
Completed in 16 milliseconds