Home
last modified time | relevance | path

Searched refs:algorithms_count (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dproxy_keymaster_context.h72 size_t* algorithms_count) const override { in GetSupportedAlgorithms() argument
73 return wrapped_.GetSupportedAlgorithms(algorithms_count); in GetSupportedAlgorithms()
Dtpm_keymaster_context.cpp148 size_t* algorithms_count) const { in GetSupportedAlgorithms()
149 *algorithms_count = supported_algorithms_.size(); in GetSupportedAlgorithms()
Dtpm_keymaster_context.h78 size_t* algorithms_count) const override;