Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Dsoftware_keyblobs.cpp371 AuthorizationSet* pseudo_hw_enforced = (hw_enforced->empty()) ? sw_enforced : hw_enforced; in SetKeyBlobAuthorizations() local
372 pseudo_hw_enforced->push_back(TAG_ORIGIN, origin); in SetKeyBlobAuthorizations()
373 pseudo_hw_enforced->push_back(TAG_OS_VERSION, os_version); in SetKeyBlobAuthorizations()
374 pseudo_hw_enforced->push_back(TAG_OS_PATCHLEVEL, os_patchlevel); in SetKeyBlobAuthorizations()
389 AuthorizationSet* pseudo_hw_enforced = (hw_enforced->empty()) ? sw_enforced : hw_enforced; in ExtendKeyBlobAuthorizations() local
391 pseudo_hw_enforced->push_back(TAG_VENDOR_PATCHLEVEL, vendor_patchlevel.value()); in ExtendKeyBlobAuthorizations()
394 pseudo_hw_enforced->push_back(TAG_BOOT_PATCHLEVEL, boot_patchlevel.value()); in ExtendKeyBlobAuthorizations()