Lines Matching refs:AuthorizationSet
45 keymaster_error_t GenerateKey(const AuthorizationSet& key_description,
46 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced,
47 AuthorizationSet* sw_enforced) const override;
49 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
52 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
53 AuthorizationSet* sw_enforced) const override;
56 const AuthorizationSet& additional_params,
57 const AuthorizationSet& hw_enforced,
58 const AuthorizationSet& sw_enforced,
72 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, const AuthorizationSet& hw_enforced, in EcdsaKeymaster1Key()
73 const AuthorizationSet& sw_enforced, keymaster_error_t* error) in EcdsaKeymaster1Key()