Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp48 const uint32_t DERIVE_KEY_SIZE = 64; variable
755 … HksBlob derivedKey = { .size = DERIVE_KEY_SIZE, .data = (uint8_t *)HksMalloc(DERIVE_KEY_SIZE) }; in DeriveKeyTest()