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.cpp68 AuthorizationSet key_params_copy; in GenerateKey() local
69 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in GenerateKey()
77 key_params_copy.push_back(TAG_KEY_SIZE, key_size); in GenerateKey()
79 return engine_->GenerateKey(key_params_copy, key_blob, hw_enforced, sw_enforced); in GenerateKey()
86 AuthorizationSet key_params_copy; in ImportKey() local
87 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in ImportKey()
88 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Drsa_keymaster1_key.cpp86 AuthorizationSet key_params_copy; in GenerateKey() local
87 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in GenerateKey()
88 return engine_->GenerateKey(key_params_copy, key_blob, hw_enforced, sw_enforced); in GenerateKey()
95 AuthorizationSet key_params_copy; in ImportKey() local
96 UpdateToWorkAroundUnsupportedDigests(key_description, &key_params_copy); in ImportKey()
97 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()