Searched refs:signatures (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/payload_consumer/ |
D | payload_verifier.cc | 92 Signatures signatures; in VerifySignature() local 94 TEST_AND_RETURN_FALSE(signatures.ParseFromArray(signature_blob.data(), in VerifySignature() 97 if (!signatures.signatures_size()) { in VerifySignature() 104 for (int i = 0; i < signatures.signatures_size(); i++) { in VerifySignature() 105 const Signatures_Signature& signature = signatures.signatures(i); in VerifySignature() 113 << signatures.signatures_size() << " signatures."; in VerifySignature() 118 LOG(ERROR) << "None of the " << signatures.signatures_size() in VerifySignature()
|
D | delta_performer_integration_test.cc | 183 vector<brillo::Blob> signatures; in InsertSignaturePlaceholder() local 184 signatures.push_back(brillo::Blob(signature_size, 0)); in InsertSignaturePlaceholder() 188 signatures, in InsertSignaturePlaceholder() 620 const Signatures_Signature& signature = sigs_message.signatures(0); in ApplyDeltaFile()
|
/system/update_engine/payload_generator/ |
D | payload_signer_unittest.cc | 171 Signatures signatures; in TEST_F() local 172 EXPECT_TRUE(signatures.ParseFromArray(signature_blob.data(), in TEST_F() 174 EXPECT_EQ(1, signatures.signatures_size()); in TEST_F() 175 const Signatures_Signature& signature = signatures.signatures(0); in TEST_F()
|
D | payload_signer.cc | 55 bool ConvertSignatureToProtobufBlob(const vector<brillo::Blob>& signatures, in ConvertSignatureToProtobufBlob() argument 59 for (const brillo::Blob& signature : signatures) { in ConvertSignatureToProtobufBlob() 386 vector<brillo::Blob> signatures; in SignHashWithKeys() local 390 signatures.push_back(signature); in SignHashWithKeys() 392 TEST_AND_RETURN_FALSE(ConvertSignatureToProtobufBlob(signatures, in SignHashWithKeys() 437 vector<brillo::Blob> signatures; in HashPayloadForSigning() local 439 signatures.emplace_back(signature_size, 0); in HashPayloadForSigning() 442 TEST_AND_RETURN_FALSE(ConvertSignatureToProtobufBlob(signatures, in HashPayloadForSigning()
|
D | generate_delta_main.cc | 129 vector<brillo::Blob>* signatures) { in SignatureFileFlagToBlobs() argument 136 signatures->push_back(signature); in SignatureFileFlagToBlobs() 152 vector<brillo::Blob> signatures, metadata_signatures; in SignPayload() local 153 SignatureFileFlagToBlobs(payload_signature_file, &signatures); in SignPayload() 156 CHECK(PayloadSigner::AddSignatureToPayload(in_file, signatures, in SignPayload()
|
/system/update_engine/ |
D | update_metadata.proto | 107 // many signatures to support many different types of client. Then client 122 repeated Signature signatures = 1; field 225 // If present, a list of signatures of the new_partition_info.hash signed with 227 // and has its public key installed, one of the signatures should be valid 254 // If signatures are present, the offset into the blobs, generally 257 // If either is absent, it means signatures aren't supported in this
|
/system/update_engine/scripts/update_payload/ |
D | test_utils.py | 115 sig = self.sigs.signatures.add()
|
D | checker.py | 1137 if not sigs.signatures: 1162 for sig, sig_name in common.SignatureIter(sigs.signatures, 'signatures'):
|
/system/media/camera/docs/ |
D | ndk_camera_metadata_tags.mako | 30 * Do not change method signatures.
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 13722 key. This would allow the TPM to validate signatures using the smaller key but would prevent the TPM 14138 A TPMU_SIGNATURE_COMPOSITE is a union of the various signatures that is supported by a particular 14151 The table below is illustrative. It would be modified to reflect the signatures produced by the TPM.
|
D | raw_structures.txt | 13707 key. This would allow the TPM to validate signatures using the smaller key but would prevent the TPM 14123 A TPMU_SIGNATURE_COMPOSITE is a union of the various signatures that is supported by a particular 14136 The table below is illustrative. It would be modified to reflect the signatures produced by the TPM.
|
D | raw_commands_fixed.txt | 14581 perform digital signatures
|