Home | History | Annotate | Download | only in legacy_support

Lines Matching refs:AuthorizationSet

44     keymaster_error_t GenerateKey(const AuthorizationSet& key_description,
45 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced,
46 AuthorizationSet* sw_enforced) const override;
48 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
51 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
52 AuthorizationSet* sw_enforced) const override;
55 const AuthorizationSet& additional_params,
56 AuthorizationSet&& hw_enforced,
57 AuthorizationSet&& sw_enforced,
71 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced,
72 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory)