Home
last modified time | relevance | path

Searched refs:supported_algorithms_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp62 supported_algorithms_.push_back(it.first); in TpmKeymasterContext()
108 *algorithms_count = supported_algorithms_.size(); in GetSupportedAlgorithms()
109 return supported_algorithms_.data(); in GetSupportedAlgorithms()
Dtpm_keymaster_context.h43 std::vector<keymaster_algorithm_t> supported_algorithms_; variable