Searched defs:blob_size (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
H A Dblob_file_writer_unittest.cc42 off_t blob_size = 1024; local
43 brillo::Blob blob(blob_size);
46 EXPECT_EQ(blob_size, blob_file.StoreBlob(blob));
48 brillo::Blob stored_blob(blob_size);
52 blob_size,
55 EXPECT_EQ(bytes_read, blob_size);
/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp53 static size_t blob_size(const keymaster_blob_t& blob) { function in namespace:keymaster
583 return blob_size(seed) + sizeof(nonce);
623 return blob_size(sharing_check);
692 sizeof(authenticator_type) + sizeof(timestamp) + blob_size(mac);
715 sizeof(security_level) + blob_size(mac);
/system/libufdt/
H A Dufdt_overlay.c594 struct fdt_header *ufdt_install_blob(void *blob, size_t blob_size) { argument
600 if (blob_size < sizeof(struct fdt_header)) {
601 dto_error("Blob_size %zu smaller than the header size %zu\n", blob_size,

Completed in 91 milliseconds