Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dutils.cpp314 auto paramBuilder = in TryPrepareHwWrappedKey() local
317 paramBuilder.Authorization(km::TAG_ROLLBACK_RESISTANCE); in TryPrepareHwWrappedKey()
319 paramBuilder.Authorization(km::TAG_STORAGE_KEY); in TryPrepareHwWrappedKey()
322 if (keymaster.importKey(paramBuilder, master_key_string, &wrapped_key_blob) && in TryPrepareHwWrappedKey()
328 if (keymaster.generateKey(paramBuilder, &wrapped_key_blob) && in TryPrepareHwWrappedKey()