Searched refs:hashBuf (Results 1 - 3 of 3) sorted by relevance
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkshash_fuzzer/ |
H A D | hkshash_fuzzer.cpp | 42 std::vector<uint8_t> hashBuf(HASH_SIZE); in DoSomethingInterestingWithMyAPI() 43 struct HksBlob hash = { hashBuf.size(), hashBuf.data() }; in DoSomethingInterestingWithMyAPI()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 245 Uint8Buff hashBuf = { hash, sizeof(hash) }; in AuthGeneratePskUsePin() local 246 int ret = GetLoaderInstance()->sha256(&messageBuf, &hashBuf); in AuthGeneratePskUsePin() 251 KeyParams keyParams = { { hashBuf.val, hashBuf.length, false }, false, osAccountId }; in AuthGeneratePskUsePin()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/ |
H A D | iso_task_common.c | 603 Uint8Buff hashBuf = { hash, sizeof(hash) }; in AuthGeneratePskUsePin() local 604 int res = params->baseParams.loader->sha256(&messageBuf, &hashBuf); in AuthGeneratePskUsePin() 609 KeyParams keyParams = { { hashBuf.val, hashBuf.length, false }, false, params->baseParams.osAccountId }; in AuthGeneratePskUsePin()
|
Completed in 2 milliseconds