Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/crypto/
H A Dunexportable_key_metrics.cc210 internal::TPMSupport supported_algo = internal::TPMSupport::kNone; in MeasureTpmOperationsInternal() local
221 supported_algo = internal::TPMSupport::kECDSA; in MeasureTpmOperationsInternal()
224 supported_algo = internal::TPMSupport::kRSA; in MeasureTpmOperationsInternal()
236 GetSupportedTpm(supported_algo, supported_virtual_algo)); in MeasureTpmOperationsInternal()
239 base::UmaHistogramEnumeration("Crypto.TPMSupport2", supported_algo); in MeasureTpmOperationsInternal()
240 if (supported_algo == internal::TPMSupport::kNone) { in MeasureTpmOperationsInternal()
251 ReportUmaTpmOperation(TPMOperation::kNewKeyCreation, supported_algo, in MeasureTpmOperationsInternal()
262 ReportUmaTpmOperation(TPMOperation::kWrappedKeyCreation, supported_algo, in MeasureTpmOperationsInternal()
270 ReportUmaTpmOperation(TPMOperation::kMessageSigning, supported_algo, in MeasureTpmOperationsInternal()
284 ReportUmaOperationSuccess(TPMOperation::kMessageVerify, supported_algo, in MeasureTpmOperationsInternal()
[all …]