Lines Matching refs:AuthorizationSet
41 keymaster_error_t GenerateKey(const AuthorizationSet& key_description,
42 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced,
43 AuthorizationSet* sw_enforced) const override;
45 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
48 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
49 AuthorizationSet* sw_enforced) const override;
52 const AuthorizationSet& additional_params,
53 const AuthorizationSet& hw_enforced,
54 const AuthorizationSet& sw_enforced,
65 RsaKeymaster0Key(RSA* rsa_key, const AuthorizationSet& hw_enforced,
66 const AuthorizationSet& sw_enforced, const Keymaster0Engine* engine,