Searched refs:hw_enforced (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/keymaster/ |
D | trusty_aes_key.cpp | 57 AuthorizationSet* hw_enforced, in CreateHwStorageKeyBlob() argument 65 if (!output_key_blob || !hw_enforced || !sw_enforced) { in CreateHwStorageKeyBlob() 130 hw_enforced, sw_enforced); in CreateHwStorageKeyBlob() 138 AuthorizationSet* hw_enforced, in GenerateKey() argument 146 output_key_blob, hw_enforced, in GenerateKey() 156 hw_enforced, sw_enforced, cert_chain); in GenerateKey() 166 AuthorizationSet* hw_enforced, in ImportKey() argument 177 output_key_blob, hw_enforced, in ImportKey() 187 output_key_blob, hw_enforced, sw_enforced, cert_chain); in ImportKey() 193 AuthorizationSet&& hw_enforced, in LoadKey() argument [all …]
|
D | trusty_aes_key.h | 39 AuthorizationSet* hw_enforced, 50 AuthorizationSet* hw_enforced, 56 AuthorizationSet&& hw_enforced, 68 AuthorizationSet* hw_enforced, 77 AuthorizationSet&& hw_enforced, in HwStorageKey() argument 81 std::move(hw_enforced), in HwStorageKey()
|
D | trusty_keymaster_context.cpp | 178 AuthorizationSet* hw_enforced, in SetAuthorizations() argument 182 hw_enforced->Clear(); in SetAuthorizations() 269 hw_enforced->push_back(entry); in SetAuthorizations() 275 hw_enforced->push_back(entry); in SetAuthorizations() 291 hw_enforced->push_back(elem); in SetAuthorizations() 298 hw_enforced->push_back(entry); in SetAuthorizations() 320 hw_enforced->push_back(TAG_ORIGIN, origin); in SetAuthorizations() 323 hw_enforced->push_back(TAG_OS_VERSION, boot_params_.boot_os_version); in SetAuthorizations() 324 hw_enforced->push_back(TAG_OS_PATCHLEVEL, boot_params_.boot_os_patchlevel); in SetAuthorizations() 327 hw_enforced->push_back(TAG_VENDOR_PATCHLEVEL, in SetAuthorizations() [all …]
|
D | trusty_keymaster_context.h | 79 AuthorizationSet* hw_enforced, 205 AuthorizationSet* hw_enforced, 229 const AuthorizationSet& hw_enforced,
|
/trusty/user/app/keymint/keys/ |
D | legacy.rs | 53 info.try_extend_from_slice(&tag::legacy::serialize(&encrypted_keyblob.hw_enforced)?)?; in build_derivation_info() 135 authorizations: try_to_vec(&encrypted_keyblob.hw_enforced)?, in convert_key() 197 let chars = &encrypted_keyblob.hw_enforced; in convert_key()
|