/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/ |
H A D | authsubsession_fuzzer.cpp | 93 Uint8Buff clientKey = { nullptr, 0 }; in AuthSubSessionTest02() local 95 FreeUint8Buff(&clientKey); in AuthSubSessionTest02() 132 Uint8Buff clientKey; in AuthSubSessionTest03() local 134 FreeUint8Buff(&clientKey); in AuthSubSessionTest03() 184 Uint8Buff clientKey = { nullptr, 0 }; in AuthSubSessionTest05() local 186 FreeUint8Buff(&clientKey); in AuthSubSessionTest05() 222 Uint8Buff clientKey; in AuthSubSessionTest06() local 224 FreeUint8Buff(&clientKey); in AuthSubSessionTest06() 276 FreeUint8Buff(&clientKey); in AuthSubSessionTest08() 313 Uint8Buff clientKey; in AuthSubSessionTest09() local [all …]
|
/ohos5.0/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 | 154 Uint8Buff clientKey = { nullptr, 0 }; variable 157 FreeUint8Buff(&clientKey); 203 Uint8Buff clientKey; variable 206 FreeUint8Buff(&clientKey); 273 FreeUint8Buff(&clientKey); 319 Uint8Buff clientKey; variable 322 FreeUint8Buff(&clientKey); 389 FreeUint8Buff(&clientKey); 435 Uint8Buff clientKey; variable 438 FreeUint8Buff(&clientKey); [all …]
|
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/ |
H A D | dlspeke_fuzzer.cpp | 92 Uint8Buff clientKey = { nullptr, 0 }; in DlSpekeTest02() local 93 res = client->getSessionKey(client, &clientKey); in DlSpekeTest02() 94 FreeUint8Buff(&clientKey); in DlSpekeTest02() 136 Uint8Buff clientKey = { nullptr, 0 }; in DlSpekeTest03() local 137 res = client->getSessionKey(client, &clientKey); in DlSpekeTest03() 138 FreeUint8Buff(&clientKey); in DlSpekeTest03() 175 Uint8Buff clientKey; in DlSpekeTest04() local 176 res = client->getSessionKey(client, &clientKey); in DlSpekeTest04() 177 FreeUint8Buff(&clientKey); in DlSpekeTest04()
|
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/ |
H A D | dl_speke_protocol_test.cpp | 150 Uint8Buff clientKey = { nullptr, 0 }; variable 151 res = client->getSessionKey(client, &clientKey); 153 FreeUint8Buff(&clientKey); 208 Uint8Buff clientKey = { nullptr, 0 }; variable 209 res = client->getSessionKey(client, &clientKey); 211 FreeUint8Buff(&clientKey); 257 Uint8Buff clientKey; variable 260 FreeUint8Buff(&clientKey); 622 Uint8Buff *clientKey, Uint8Buff *serverKey) in TestMemoryInner() argument 673 Uint8Buff clientKey = { nullptr, 0 }; in TestMemoryException() local [all …]
|
H A D | ec_speke_protocol_test.cpp | 150 Uint8Buff clientKey = { nullptr, 0 }; variable 151 res = client->getSessionKey(client, &clientKey); 153 FreeUint8Buff(&clientKey); 208 Uint8Buff clientKey = { nullptr, 0 }; variable 209 res = client->getSessionKey(client, &clientKey); 211 FreeUint8Buff(&clientKey); 257 Uint8Buff clientKey; variable 260 FreeUint8Buff(&clientKey); 630 Uint8Buff *clientKey, Uint8Buff *serverKey) in TestMemoryInner() argument 681 Uint8Buff clientKey = { nullptr, 0 }; in TestMemoryException() local [all …]
|
H A D | iso_protocol_test.cpp | 147 Uint8Buff clientKey = { nullptr, 0 }; variable 148 res = client->getSessionKey(client, &clientKey); 150 FreeUint8Buff(&clientKey); 196 Uint8Buff clientKey; variable 197 res = client->getSessionKey(client, &clientKey); 199 FreeUint8Buff(&clientKey); 569 Uint8Buff *clientKey, Uint8Buff *serverKey) in TestMemoryInner() argument 609 res = client->getSessionKey(client, clientKey); in TestMemoryInner() 620 Uint8Buff clientKey = { nullptr, 0 }; in TestMemoryException() local 622 int32_t res = TestMemoryInner(&client, &server, &clientKey, &serverKey); in TestMemoryException() [all …]
|
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/ |
H A D | ecspeke_fuzzer.cpp | 92 Uint8Buff clientKey = { nullptr, 0 }; in ECSpekeTest02() local 93 res = client->getSessionKey(client, &clientKey); in ECSpekeTest02() 94 FreeUint8Buff(&clientKey); in ECSpekeTest02() 136 Uint8Buff clientKey = { nullptr, 0 }; in ECSpekeTest03() local 137 res = client->getSessionKey(client, &clientKey); in ECSpekeTest03() 138 FreeUint8Buff(&clientKey); in ECSpekeTest03() 175 Uint8Buff clientKey; in ECSpekeTest04() local 176 res = client->getSessionKey(client, &clientKey); in ECSpekeTest04() 177 FreeUint8Buff(&clientKey); in ECSpekeTest04()
|
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/ |
H A D | iso_fuzzer.cpp | 89 Uint8Buff clientKey = { nullptr, 0 }; in IsoTest02() local 90 res = client->getSessionKey(client, &clientKey); in IsoTest02() 91 FreeUint8Buff(&clientKey); in IsoTest02() 128 Uint8Buff clientKey; in IsoTest03() local 129 res = client->getSessionKey(client, &clientKey); in IsoTest03() 130 FreeUint8Buff(&clientKey); in IsoTest03()
|