Lines Matching refs:AuthorizationSet
40 static void UpdateToWorkAroundUnsupportedDigests(const AuthorizationSet& key_description, in UpdateToWorkAroundUnsupportedDigests()
41 AuthorizationSet* new_description) { in UpdateToWorkAroundUnsupportedDigests()
82 keymaster_error_t RsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
84 AuthorizationSet* hw_enforced, in GenerateKey()
85 AuthorizationSet* sw_enforced) const { in GenerateKey()
86 AuthorizationSet key_params_copy; in GenerateKey()
92 const AuthorizationSet& key_description, keymaster_key_format_t input_key_material_format, in ImportKey()
94 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
95 AuthorizationSet key_params_copy; in ImportKey()
102 const AuthorizationSet& additional_params, in LoadKey()
103 AuthorizationSet&& hw_enforced, in LoadKey()
104 AuthorizationSet&& sw_enforced, in LoadKey()