Home
last modified time | relevance | path

Searched defs:content (Results 1 – 5 of 5) sorted by relevance

/system/core/fastbootd/
Dsecure.c100 int cert_read(int fd, CMS_ContentInfo **content, BIO **output) { in cert_read()
131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify()
165 void cert_release(BIO *content, CMS_ContentInfo *info) { in cert_release()
Dcommands.c223 struct GPT_content content; in cmd_gpt_layout() local
/system/core/fastbootd/commands/
Dpartitions.c108 int GPT_map_from_content(struct GPT_entry_table *table, const struct GPT_content *content) in GPT_map_from_content()
165 struct GPT_content content; in GPT_map() local
222 …c struct GPT_entry_table* GPT_get_from_content(const char *path, const struct GPT_content *content) in GPT_get_from_content()
574 void GPT_default_content(struct GPT_content *content, struct GPT_entry_table *table) in GPT_default_content()
637 static void GPT_parse_header(cnode *node, struct GPT_content *content) in GPT_parse_header()
647 static int GPT_parse_partitions(cnode *node, struct GPT_content *content) in GPT_parse_partitions()
695 static int GPT_parse_cnode(cnode *root, struct GPT_content *content) in GPT_parse_cnode()
717 int GPT_parse_file(int fd, struct GPT_content *content) in GPT_parse_file()
748 void GPT_release_content(struct GPT_content *content) in GPT_release_content()
753 int GPT_write_content(const char *device, struct GPT_content *content) in GPT_write_content()
Dflash.c127 BIO *content; in flash_validate_certificate() local
/system/core/fastbootd/other/sign/src/
DSignImg.java101 …private static void save(MimeBodyPart content, String path) throws IOException, FileNotFoundExcept… in save()