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()
74 const AuthorizationSet& key_description, keymaster_key_format_t input_key_material_format, in ImportKey()
76 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
77 AuthorizationSet key_params_copy; in ImportKey()
84 const AuthorizationSet& additional_params, in LoadKey()
85 const AuthorizationSet& hw_enforced, in LoadKey()
86 const AuthorizationSet& sw_enforced, in LoadKey()