Searched refs:enforced (Results 1 – 14 of 14) sorted by relevance
/system/keymaster/ |
D | android_keymaster_messages.cpp | 80 return key_blob_size(key_blob) + enforced.SerializedSize() + unenforced.SerializedSize(); in NonErrorSerializedSize() 85 buf = enforced.Serialize(buf, end); in NonErrorSerialize() 90 return deserialize_key_blob(&key_blob, buf_ptr, end) && enforced.Deserialize(buf_ptr, end) && in NonErrorDeserialize() 117 return enforced.SerializedSize() + unenforced.SerializedSize(); in NonErrorSerializedSize() 121 buf = enforced.Serialize(buf, end); in NonErrorSerialize() 127 return enforced.Deserialize(buf_ptr, end) && unenforced.Deserialize(buf_ptr, end); in NonErrorDeserialize() 341 return key_blob_size(key_blob) + enforced.SerializedSize() + unenforced.SerializedSize(); in NonErrorSerializedSize() 346 buf = enforced.Serialize(buf, end); in NonErrorSerialize() 351 return deserialize_key_blob(&key_blob, buf_ptr, end) && enforced.Deserialize(buf_ptr, end) && in NonErrorDeserialize()
|
D | android_keymaster_messages_test.cpp | 145 rsp.enforced.Reinitialize(params, array_length(params)); in TEST() 149 EXPECT_EQ(deserialized->enforced, rsp.enforced); in TEST() 160 rsp.enforced.Reinitialize(params, array_length(params)); in TEST() 164 EXPECT_EQ(0U, deserialized->enforced.size()); in TEST() 187 msg.enforced.Reinitialize(params, array_length(params)); in TEST() 191 EXPECT_EQ(msg.enforced, deserialized->enforced); in TEST() 404 msg.enforced.Reinitialize(params, array_length(params)); in TEST() 412 EXPECT_EQ(msg.enforced, deserialized->enforced); in TEST()
|
D | android_keymaster.cpp | 199 response->enforced.Clear(); in GenerateKey() 202 &response->enforced, &response->unenforced); in GenerateKey() 216 &key_material, &response->enforced, &response->unenforced); in GetKeyCharacteristics() 220 response->error = CheckVersionInfo(response->enforced, response->unenforced, *context_); in GetKeyCharacteristics() 442 &response->enforced, &response->unenforced); in ImportKey()
|
D | soft_keymaster_device.cpp | 772 response.enforced.erase(response.enforced.find(TAG_OS_VERSION)); in generate_key() 773 response.enforced.erase(response.enforced.find(TAG_OS_PATCHLEVEL)); in generate_key() 777 *characteristics = BuildCharacteristics(response.enforced, response.unenforced); in generate_key() 853 response.enforced.CopyToParamSet(&characteristics->hw_enforced); in generate_key() 892 response.enforced.erase(response.enforced.find(TAG_OS_VERSION)); in get_key_characteristics() 893 response.enforced.erase(response.enforced.find(TAG_OS_PATCHLEVEL)); in get_key_characteristics() 897 *characteristics = BuildCharacteristics(response.enforced, response.unenforced); in get_key_characteristics() 929 response.enforced.CopyToParamSet(&characteristics->hw_enforced); in get_key_characteristics() 975 *characteristics = BuildCharacteristics(response.enforced, response.unenforced); in import_key()
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 284 AuthorizationSet enforced; member 316 AuthorizationSet enforced; member 482 AuthorizationSet enforced; member
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 131 /// populated by the requesting client, this is enforced to be the correct
|
/system/sepolicy/private/ |
D | priv_app.te | 154 # enforced via levelFrom=user in seapp_contexts and the mls
|
D | app_neverallows.te | 36 # enforced via levelFrom=user in seapp_contexts and the mls
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 52 denials are logged but not enforced for these domains. While
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 88 // No policy. Authorization values are still enforced. This is the default.
|
/system/media/audio_utils/ |
D | Doxyfile | 2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
D | Doxyfile.orig | 2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 10678 be TPM_ALG_NULL. These restrictions are enforced by TPM2_Create() and TPM2_CreatePrimary(),
|