Searched refs:GetSupportedAlgorithms (Results 1 – 10 of 10) sorted by relevance
59 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
65 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
70 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
64 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
103 virtual const keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const = 0;
56 Keymaster2PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::Keymaster2PassthroughContext
94 Keymaster1PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::Keymaster1PassthroughContext
115 SoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::SoftKeymasterContext
111 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::PureSoftKeymasterContext
190 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms()