Lines Matching refs:AuthorizationSet
43 static void UpdateToWorkAroundUnsupportedDigests(const AuthorizationSet& key_description, in UpdateToWorkAroundUnsupportedDigests()
44 AuthorizationSet* new_description) { in UpdateToWorkAroundUnsupportedDigests()
85 keymaster_error_t RsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
87 AuthorizationSet* hw_enforced, in GenerateKey()
88 AuthorizationSet* sw_enforced) const { in GenerateKey()
89 AuthorizationSet key_params_copy; in GenerateKey()
95 const AuthorizationSet& key_description, keymaster_key_format_t input_key_material_format, in ImportKey()
97 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
98 AuthorizationSet key_params_copy; in ImportKey()
105 const AuthorizationSet& additional_params, in LoadKey()
106 const AuthorizationSet& hw_enforced, in LoadKey()
107 const AuthorizationSet& sw_enforced, in LoadKey()
142 RsaKeymaster1Key::RsaKeymaster1Key(RSA* rsa_key, const AuthorizationSet& hw_enforced, in RsaKeymaster1Key()
143 const AuthorizationSet& sw_enforced, in RsaKeymaster1Key()