Searched refs:algorithm (Results 1 – 10 of 10) sorted by relevance
| /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/commands/secure_env/rust/ |
| D | rpc.rs | 137 let protected = HeaderBuilder::new().algorithm(iana::Algorithm::EdDSA).build(); in generate_dice_artifacts()
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | code-generator.tmpl | 95 #include <algorithm> 276 #include <algorithm>
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/ |
| D | README.md | 187 which can be used to fine tune the compression algorithm. See the command line
|