Searched refs:algorithm (Results 1 – 13 of 13) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | misc_info.cc | 130 Result<std::string> GetKeyPath(const std::string_view algorithm) { in GetKeyPath() argument 131 if (algorithm == kRsa4096Algorithm) { in GetKeyPath() 133 } else if (algorithm == kRsa2048Algorithm) { in GetKeyPath() 140 Result<std::string> GetPubKeyPath(const std::string_view algorithm) { in GetPubKeyPath() argument 141 if (algorithm == kRsa4096Algorithm) { in GetPubKeyPath() 143 } else if (algorithm == kRsa2048Algorithm) { in GetPubKeyPath() 297 const auto algorithm = CF_EXPECT(GetExpected(misc_info, kAvbVbmetaAlgorithm)); in GetVbmetaArgs() local 299 .algorithm = algorithm, in GetVbmetaArgs() 300 .key_path = CF_EXPECT(GetKeyPath(algorithm)), in GetVbmetaArgs()
|
D | misc_info.h | 32 std::string algorithm; member
|
D | super_image_mixer.cc | 226 auto avbtool = Avb(AvbToolBinary(), args.algorithm, args.key_path); in RegenerateVbmeta()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_keymaster_context.cpp | 122 keymaster_algorithm_t algorithm) const { in GetKeyFactory() 123 auto it = key_factories_.find(algorithm); in GetKeyFactory() 125 LOG(ERROR) << "Could not find key factory for " << algorithm; in GetKeyFactory() 132 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose) const { in GetOperationFactory() argument 133 auto key_factory = GetKeyFactory(algorithm); in GetOperationFactory() 136 << " for invalid algorithm " << algorithm; in GetOperationFactory() 142 << " from key factory for " << algorithm; in GetOperationFactory() 249 keymaster_algorithm_t algorithm; in ParseKeyBlob() local 250 if (!hw_enforced.GetTagValue(keymaster::TAG_ALGORITHM, &algorithm) && in ParseKeyBlob() 251 !sw_enforced.GetTagValue(keymaster::TAG_ALGORITHM, &algorithm)) { in ParseKeyBlob() [all …]
|
D | proxy_keymaster_context.h | 63 keymaster_algorithm_t algorithm) const override { in GetKeyFactory() argument 64 return wrapped_.GetKeyFactory(algorithm); in GetKeyFactory() 67 keymaster_algorithm_t algorithm, in GetOperationFactory() argument 69 return wrapped_.GetOperationFactory(algorithm, purpose); in GetOperationFactory()
|
D | tpm_attestation_record.cpp | 151 TpmAttestationRecordContext::GetAttestationKey(keymaster_algorithm_t algorithm, in GetAttestationKey() argument 153 return keymaster::KeymasterKeyBlob(*keymaster::getAttestationKey(algorithm, error)); in GetAttestationKey() 157 TpmAttestationRecordContext::GetAttestationChain(keymaster_algorithm_t algorithm, in GetAttestationChain() argument 159 return keymaster::getAttestationChain(algorithm, error); in GetAttestationChain()
|
D | tpm_attestation_record.h | 56 keymaster_algorithm_t algorithm, keymaster_error_t* error) const override; 58 keymaster_algorithm_t algorithm, keymaster_error_t* error) const override;
|
D | tpm_keymaster_context.h | 73 keymaster_algorithm_t algorithm) const override; 75 keymaster_algorithm_t algorithm,
|
D | primary_key_builder.cpp | 48 .algorithm = TPM2_ALG_AES, in ParentKey()
|
D | encrypted_serializable.cpp | 63 .algorithm = TPM2_ALG_AES, in CreateKey()
|
/device/google/cuttlefish/host/libs/avb/ |
D | avb.cpp | 49 Avb::Avb(std::string avbtool_path, std::string algorithm, std::string key) in Avb() argument 51 algorithm_(std::move(algorithm)), in Avb()
|
D | avb.h | 46 Avb(std::string avbtool_path, std::string algorithm, std::string key);
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 28565 HSPLandroid/hardware/security/keymint/KeyParameterValue;->algorithm(I)Landroid/hardware/security/ke…
|