Home
last modified time | relevance | path

Searched refs:sessionBytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/
H A Disoauthtask_fuzzer.cpp162 uint8_t *sessionBytes = static_cast<uint8_t *>(HcMalloc(SESSION_BYTES_LENGTH, 0)); in GetSessionKey() local
163 (void)HexStringToByte(TEST_SESSION_KEY.c_str(), sessionBytes, SESSION_BYTES_LENGTH); in GetSessionKey()
164 return sessionBytes; in GetSessionKey()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Diso_auth_task_test.cpp158 uint8_t *sessionBytes = static_cast<uint8_t *>(HcMalloc(SESSION_BYTES_LENGTH, 0)); in GetSessionKey() local
159 (void)HexStringToByte(TEST_SESSION_KEY.c_str(), sessionBytes, SESSION_BYTES_LENGTH); in GetSessionKey()
160 return sessionBytes; in GetSessionKey()