/base/security/device_auth/services/legacy/authenticators/inc/account_related/ |
H A D | account_module_defines.h | 29 #define PSK_SIZE 32 macro
|
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/ |
H A D | ecspeke_fuzzer.cpp | 32 #define PSK_SIZE 32 macro 34 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 41 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 241 Uint8Buff errParams = { nullptr, PSK_SIZE }; in ECSpekeTest11()
|
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/ |
H A D | dlspeke_fuzzer.cpp | 32 #define PSK_SIZE 32 macro 34 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 41 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 235 Uint8Buff errParams = { nullptr, PSK_SIZE }; in DlSpekeTest10()
|
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/ |
H A D | iso_fuzzer.cpp | 32 #define PSK_SIZE 32 macro 33 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 40 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 191 Uint8Buff errParams = { nullptr, PSK_SIZE }; in IsoTest10()
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/ |
H A D | authsubsession_fuzzer.cpp | 31 #define PSK_SIZE 32 macro 33 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 40 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 379 Uint8Buff errParams = { nullptr, PSK_SIZE }; in AuthSubSessionTest16()
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/ |
H A D | ec_speke_protocol_test.cpp | 35 #define PSK_SIZE 32 macro 37 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 44 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 332 Uint8Buff errParams = { nullptr, PSK_SIZE }; in HWTEST_F()
|
H A D | dl_speke_protocol_test.cpp | 35 #define PSK_SIZE 32 macro 37 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 44 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 324 Uint8Buff errParams = { nullptr, PSK_SIZE }; in HWTEST_F()
|
H A D | iso_protocol_test.cpp | 35 #define PSK_SIZE 32 macro 36 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 43 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 271 Uint8Buff errParams = { nullptr, PSK_SIZE }; in HWTEST_F()
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/ |
H A D | auth_sub_session_test.cpp | 37 #define PSK_SIZE 32 macro 39 static const uint8_t PSK_VAL[PSK_SIZE] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 46 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 510 Uint8Buff errParams = { nullptr, PSK_SIZE }; in HWTEST_F()
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/ |
H A D | iso_auth_task_common.c | 204 Uint8Buff pskBuf = { params->isoBaseParams.psk, PSK_SIZE }; in AccountAuthGeneratePsk()
|