/system/core/fastbootd/commands/ |
D | partitions.c | 108 int GPT_map_from_content(struct GPT_entry_table *table, const struct GPT_content *content) in GPT_map_from_content() argument 112 if (gpt_mmap(&table->header_map, LBA_ADDR(table, content->header.current_lba), in GPT_map_from_content() 120 table->partition_table_size = ROUND_UP(content->header.entries_count * sizeof(*table->entries), in GPT_map_from_content() 124 if (gpt_mmap(&table->entries_map, LBA_ADDR(table, content->header.entries_lba), in GPT_map_from_content() 133 if (gpt_mmap(&table->sec_header_map, LBA_ADDR(table, content->header.backup_lba), in GPT_map_from_content() 141 LBA_ADDR(table, content->header.backup_lba) - table->partition_table_size, in GPT_map_from_content() 165 struct GPT_content content; in GPT_map() local 181 content.header = *header; in GPT_map() 185 return GPT_map_from_content(table, &content); in GPT_map() 222 …c struct GPT_entry_table* GPT_get_from_content(const char *path, const struct GPT_content *content) in GPT_get_from_content() argument [all …]
|
D | flash.c | 127 BIO *content; in flash_validate_certificate() local 141 if (cert_read(signed_fd, &content_info, &content)) { in flash_validate_certificate() 146 ret = cert_verify(content, content_info, store, data_fd); in flash_validate_certificate() 147 cert_release(content, content_info); in flash_validate_certificate()
|
D | partitions.h | 128 void GPT_default_content(struct GPT_content *content, struct GPT_entry_table *table); 130 void GPT_release_content(struct GPT_content *content); 132 int GPT_parse_file(int fd, struct GPT_content *content); 134 int GPT_write_content(const char *device, struct GPT_content *content);
|
/system/core/fastbootd/ |
D | secure.c | 100 int cert_read(int fd, CMS_ContentInfo **content, BIO **output) { in cert_read() argument 114 *content = SMIME_read_CMS(input, output); in cert_read() 115 if (*content == NULL) { in cert_read() 131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify() argument 148 ret = CMS_verify(content_info, NULL ,store, content, output_temp, 0); in cert_verify() 154 D(ERR, "Data used: content %p", content); in cert_verify() 165 void cert_release(BIO *content, CMS_ContentInfo *info) { in cert_release() argument 166 BIO_free(content); in cert_release()
|
D | secure.h | 49 int cert_read(int fd, CMS_ContentInfo **content, BIO **output); 50 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd); 51 void cert_release(BIO *content, CMS_ContentInfo *info);
|
D | commands.c | 223 struct GPT_content content; in cmd_gpt_layout() local 241 GPT_default_content(&content, oldtable); in cmd_gpt_layout() 247 if (!GPT_parse_file(phandle->download_fd, &content)) { in cmd_gpt_layout() 252 if (trigger_gpt_layout(&content)) { in cmd_gpt_layout() 254 GPT_release_content(&content); in cmd_gpt_layout() 258 if (!GPT_write_content(device, &content)) { in cmd_gpt_layout() 260 GPT_release_content(&content); in cmd_gpt_layout() 264 GPT_release_content(&content); in cmd_gpt_layout()
|
/system/extras/verity/ |
D | VeritySigner.java | 28 byte[] content = Utils.read(args[0]); in main() 30 byte[] signature = Utils.sign(privateKey, content); in main()
|
/system/core/fastbootd/other/sign/src/ |
D | SignImg.java | 101 …private static void save(MimeBodyPart content, String path) throws IOException, FileNotFoundExcept… in save() argument 105 content.writeTo(os); in save()
|
/system/media/camera/docs/ |
D | html.mako | 61 .entry_type_name_enum:after { color: #669900; font-weight: bold; content:" (enum)" } 67 .entry_type_enum_notes:before { content:" - " } 69 .entry_type_enum_value:before { content:" = " }
|
/system/core/adb/ |
D | SERVICES.TXT | 31 device changes (hex4 + content). This allows tools like DDMS 230 <hex4>: the length of all content as a 4-char hexadecimal string 231 <content>: a series of ASCII lines of the following format:
|
D | OVERVIEW.TXT | 97 The content length is encoded in ASCII for easier debugging.
|
/system/core/liblog/ |
D | README | 103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events
|
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/taskstats/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/core/libnetutils/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/procrank/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/core/init/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/core/libutils/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/core/libzipfile/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/showslab/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/procmem/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/f2fs_utils/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/showmap/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/librank/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/ksmutils/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|