Home
last modified time | relevance | path

Searched refs:PSK_SIZE (Results 1 - 10 of 10) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H A Daccount_module_defines.h29 #define PSK_SIZE 32 macro
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/
H A Decspeke_fuzzer.cpp32 #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 Ddlspeke_fuzzer.cpp32 #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 Diso_fuzzer.cpp32 #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 Dauthsubsession_fuzzer.cpp31 #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 Dec_speke_protocol_test.cpp35 #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 Ddl_speke_protocol_test.cpp35 #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 Diso_protocol_test.cpp35 #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 Dauth_sub_session_test.cpp37 #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 Diso_auth_task_common.c204 Uint8Buff pskBuf = { params->isoBaseParams.psk, PSK_SIZE }; in AccountAuthGeneratePsk()

Completed in 8 milliseconds