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;
108 virtual const keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const = 0;
58 Keymaster2PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::Keymaster2PassthroughContext
96 Keymaster1PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::Keymaster1PassthroughContext
118 SoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::SoftKeymasterContext
165 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms() function in keymaster::PureSoftKeymasterContext
201 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms()