Home | History | Annotate | Download | only in legacy_support

Lines Matching refs:AuthorizationSet

40     keymaster_error_t GenerateKey(const AuthorizationSet& key_description,
41 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced,
42 AuthorizationSet* sw_enforced) const override;
44 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
47 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
48 AuthorizationSet* sw_enforced) const override;
51 const AuthorizationSet& additional_params,
52 AuthorizationSet&& hw_enforced,
53 AuthorizationSet&& sw_enforced,
62 EcKeymaster0Key(EC_KEY* ec_key, AuthorizationSet&& hw_enforced,
63 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory)