/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/ |
H A D | ecspeke_fuzzer.cpp | 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, member 41 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 253 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in ECSpekeTest12()
|
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/ |
H A D | dlspeke_fuzzer.cpp | 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, member 41 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 247 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in DlSpekeTest11()
|
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/ |
H A D | iso_fuzzer.cpp | 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, member 40 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 201 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in IsoTest11()
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/ |
H A D | authsubsession_fuzzer.cpp | 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, member 40 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 390 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in AuthSubSessionTest17()
|
/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 | 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, member 44 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 346 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in HWTEST_F()
|
H A D | dl_speke_protocol_test.cpp | 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, member 44 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 338 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in HWTEST_F()
|
H A D | iso_protocol_test.cpp | 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, member 43 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 285 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; 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 | 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, member 46 static Uint8Buff g_psk = { (uint8_t *)PSK_VAL, PSK_SIZE }; 524 Uint8Buff errParams = { (uint8_t *)PSK_VAL, 0 }; in HWTEST_F()
|