OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blob2
(Results
1 - 7
of
7
) sorted by null
/external/libbrillo/brillo/
secure_blob.cc
44
const SecureBlob&
blob2
) {
46
result.reserve(blob1.size() +
blob2
.size());
48
result.insert(result.end(),
blob2
.begin(),
blob2
.end());
secure_blob_unittest.cc
99
SecureBlob
blob2
(32);
101
std::iota(
blob2
.begin(),
blob2
.end(), 32);
102
SecureBlob combined_blob = SecureBlob::Combine(blob1,
blob2
);
103
EXPECT_EQ(combined_blob.size(), (blob1.size() +
blob2
.size()));
105
EXPECT_TRUE(SecureBlobTest::FindBlobInBlob(combined_blob,
blob2
));
107
int blob2_index = SecureBlobTest::FindBlobIndexInBlob(combined_blob,
blob2
);
secure_blob.h
35
static SecureBlob Combine(const SecureBlob& blob1, const SecureBlob&
blob2
);
/external/vboot_reference/tests/futility/
test_sign_kernel.sh
57
--outfile ${TMP}.
blob2
.${arch}
59
${FUTILITY} vbutil_kernel --verify ${TMP}.
blob2
.${arch} \
64
cmp ${TMP}.blob1.${arch} ${TMP}.
blob2
.${arch}
93
${TMP}.
blob2
.${arch} \
107
cp ${TMP}.
blob2
.${arch} ${TMP}.blob5.${arch}
158
${TMP}.
blob2
.${arch}.vb1
161
dd bs=${padding} count=1 if=${TMP}.
blob2
.${arch} of=${TMP}.
blob2
.${arch}.vb0
162
cmp ${TMP}.
blob2
.${arch}.vb0 ${TMP}.
blob2
.${arch}.vb
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuFwCfgAcpi.c
235
BLOB *Blob, *
Blob2
;
254
Blob2
= OrderedCollectionUserStruct (TrackerEntry2);
267
if (PointerValue >=
Blob2
->Size) {
277
ASSERT ((UINTN)
Blob2
->Base <= MAX_ADDRESS -
Blob2
->Size);
279
PointerValue += (UINT64)(UINTN)
Blob2
->Base;
423
BLOB *
Blob2
;
439
Blob2
= OrderedCollectionUserStruct (TrackerEntry2);
445
// We assert that PointerValue falls inside
Blob2
's contents. This is ensured
446
// by the
Blob2
->Size check and later checks in ProcessCmdAddPointer().
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
stabs.c
753
(where type 6 is defined by "blobs:t6=eblob1:0,
blob2
:1,;"). */
782
(where type 6 is defined by "blobs:t6=eblob1:0,
blob2
:1,;"). */
[
all
...]
/external/vixl/test/aarch64/
test-assembler-aarch64.cc
8027
Label
blob2
;
local
[
all
...]
Completed in 219 milliseconds