Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 10 of 10) sorted by relevance

/device/linaro/dragonboard-kernel/android-6.1/
Dkernel_sbom.spdx.json147 "algorithm": "SHA1", string
157 "algorithm": "SHA1", string
167 "algorithm": "SHA1", string
177 "algorithm": "SHA1", string
187 "algorithm": "SHA1", string
197 "algorithm": "SHA1", string
207 "algorithm": "SHA1", string
217 "algorithm": "SHA1", string
227 "algorithm": "SHA1", string
237 "algorithm": "SHA1", string
[all …]
/device/linaro/dragonboard-kernel/android-mainline/
Dkernel_sbom.spdx.json147 "algorithm": "SHA1", string
157 "algorithm": "SHA1", string
167 "algorithm": "SHA1", string
177 "algorithm": "SHA1", string
187 "algorithm": "SHA1", string
197 "algorithm": "SHA1", string
207 "algorithm": "SHA1", string
217 "algorithm": "SHA1", string
227 "algorithm": "SHA1", string
237 "algorithm": "SHA1", string
[all …]
/device/linaro/dragonboard-kernel/android-5.15/
Dkernel_sbom.spdx.json145 "algorithm": "SHA1", string
155 "algorithm": "SHA1", string
165 "algorithm": "SHA1", string
175 "algorithm": "SHA1", string
185 "algorithm": "SHA1", string
195 "algorithm": "SHA1", string
205 "algorithm": "SHA1", string
215 "algorithm": "SHA1", string
225 "algorithm": "SHA1", string
235 "algorithm": "SHA1", string
[all …]
/device/linaro/dragonboard-kernel/android-6.6/
Dkernel_sbom.spdx.json164 "algorithm": "SHA1", string
174 "algorithm": "SHA1", string
184 "algorithm": "SHA1", string
194 "algorithm": "SHA1", string
204 "algorithm": "SHA1", string
214 "algorithm": "SHA1", string
224 "algorithm": "SHA1", string
234 "algorithm": "SHA1", string
244 "algorithm": "SHA1", string
254 "algorithm": "SHA1", string
[all …]
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_attestation_record.cpp151 TpmAttestationRecordContext::GetAttestationKey(keymaster_algorithm_t algorithm, in GetAttestationKey()
157 TpmAttestationRecordContext::GetAttestationChain(keymaster_algorithm_t algorithm, in GetAttestationChain()
Dproxy_keymaster_context.h63 keymaster_algorithm_t algorithm) const override { in GetKeyFactory()
67 keymaster_algorithm_t algorithm, in GetOperationFactory()
Dtpm_keymaster_context.cpp132 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose) const { in GetOperationFactory()
249 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc130 Result<std::string> GetKeyPath(const std::string_view algorithm) { in GetKeyPath()
140 Result<std::string> GetPubKeyPath(const std::string_view algorithm) { in GetPubKeyPath()
297 const auto algorithm = CF_EXPECT(GetExpected(misc_info, kAvbVbmetaAlgorithm)); in GetVbmetaArgs() local
Dmisc_info.h32 std::string algorithm; member
/device/google/cuttlefish/host/libs/avb/
Davb.cpp49 Avb::Avb(std::string avbtool_path, std::string algorithm, std::string key) in Avb()