Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dec_keymaster1_key.cpp72 AuthorizationSet key_params_copy; in GenerateKey() local
73 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in GenerateKey()
81 key_params_copy.push_back(TAG_KEY_SIZE, key_size); in GenerateKey()
83 return engine_->GenerateKey(key_params_copy, key_blob, hw_enforced, sw_enforced); in GenerateKey()
96 AuthorizationSet key_params_copy; in ImportKey() local
97 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in ImportKey()
98 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Drsa_keymaster1_key.cpp90 AuthorizationSet key_params_copy; in GenerateKey() local
91 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in GenerateKey()
92 return engine_->GenerateKey(key_params_copy, key_blob, hw_enforced, sw_enforced); in GenerateKey()
105 AuthorizationSet key_params_copy; in ImportKey() local
106 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in ImportKey()
107 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()