Searched refs:DERIVE_KEY_SIZE (Results 1 – 1 of 1) sorted by relevance
48 const uint32_t DERIVE_KEY_SIZE = 64; variable755 … HksBlob derivedKey = { .size = DERIVE_KEY_SIZE, .data = (uint8_t *)HksMalloc(DERIVE_KEY_SIZE) }; in DeriveKeyTest()