Lines Matching refs:AuthorizationSet
41 static void UpdateToWorkAroundUnsupportedDigests(const AuthorizationSet& key_description, in UpdateToWorkAroundUnsupportedDigests()
42 AuthorizationSet* new_description) { in UpdateToWorkAroundUnsupportedDigests()
64 keymaster_error_t EcdsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
66 AuthorizationSet* hw_enforced, in GenerateKey()
67 AuthorizationSet* sw_enforced) const { in GenerateKey()
68 AuthorizationSet key_params_copy; in GenerateKey()
83 const AuthorizationSet& key_description, keymaster_key_format_t input_key_material_format, in ImportKey()
85 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
86 AuthorizationSet key_params_copy; in ImportKey()
93 const AuthorizationSet& additional_params, in LoadKey()
94 AuthorizationSet&& hw_enforced, in LoadKey()
95 AuthorizationSet&& sw_enforced, in LoadKey()