Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp58 Keymaster2PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
59 if (algorithms_count) *algorithms_count = 0; in GetSupportedAlgorithms()
H A Dkeymaster1_passthrough_context.cpp96 Keymaster1PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
97 if (algorithms_count) *algorithms_count = 0; in GetSupportedAlgorithms()
H A Dsoft_keymaster_context.cpp118 SoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
119 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()
H A Dpure_soft_keymaster_context.cpp181 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
182 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()
/aosp_15_r20/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;
/aosp_15_r20/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h59 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
H A Dkeymaster1_passthrough_context.h65 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
H A Dsoft_keymaster_context.h70 keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
H A Dpure_soft_keymaster_context.h65 const keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const override;
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dkeymaster_context.h108 virtual const keymaster_algorithm_t* GetSupportedAlgorithms(size_t* algorithms_count) const = 0;
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_keymaster_context.h69 size_t* algorithms_count) const override;
Dtrusty_keymaster_context.cpp148 size_t* algorithms_count) const { in GetSupportedAlgorithms()
149 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()