Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp57 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 …]
Dtrusty_aes_key.h39 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()
Dtrusty_keymaster_context.cpp178 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 …]
Dtrusty_keymaster_context.h79 AuthorizationSet* hw_enforced,
205 AuthorizationSet* hw_enforced,
229 const AuthorizationSet& hw_enforced,
/trusty/user/app/keymint/keys/
Dlegacy.rs53 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()