Searched refs:algorithms_count (Results 1 – 14 of 14) sorted by relevance
58 Keymaster2PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()59 if (algorithms_count) *algorithms_count = 0; in GetSupportedAlgorithms()
96 Keymaster1PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()97 if (algorithms_count) *algorithms_count = 0; in GetSupportedAlgorithms()
118 SoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()119 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()
181 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()182 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()
72 size_t* algorithms_count) const override { in GetSupportedAlgorithms() argument73 return wrapped_.GetSupportedAlgorithms(algorithms_count); in GetSupportedAlgorithms()
148 size_t* algorithms_count) const { in GetSupportedAlgorithms()149 *algorithms_count = supported_algorithms_.size(); in GetSupportedAlgorithms()
78 size_t* algorithms_count) const override;
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;
65 const keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
108 virtual const keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const = 0;
69 size_t* algorithms_count) const override;
148 size_t* algorithms_count) const { in GetSupportedAlgorithms()149 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()