Searched refs:chain (Results 1 – 11 of 11) sorted by relevance
623 inline void keymaster_free_cert_chain(keymaster_cert_chain_t* chain) { in keymaster_free_cert_chain() argument624 if (chain) { in keymaster_free_cert_chain()625 for (size_t i = 0; i < chain->entry_count; ++i) { in keymaster_free_cert_chain()626 free((uint8_t*)chain->entries[i].data); in keymaster_free_cert_chain()627 chain->entries[i].data = NULL; in keymaster_free_cert_chain()628 chain->entries[i].data_length = 0; in keymaster_free_cert_chain()630 free(chain->entries); in keymaster_free_cert_chain()631 chain->entries = NULL; in keymaster_free_cert_chain()632 chain->entry_count = 0; in keymaster_free_cert_chain()
21 customVecInt() generates (vec<int32_t> chain);22 customVecStr() generates (vec<string> chain);
184 int gpt_utils_set_xbl_boot_partition(enum boot_chain chain);
660 int gpt_utils_set_xbl_boot_partition(enum boot_chain chain) in gpt_utils_set_xbl_boot_partition() argument668 if (chain == BACKUP_BOOT) { in gpt_utils_set_xbl_boot_partition()679 } else if (chain == NORMAL_BOOT) { in gpt_utils_set_xbl_boot_partition()
37 * Specifies the depth of the buffer chain the camera is asked to support.43 * in which case buffers should be added or removed from the chain as appropriate.
48 * | preference | | 1 first of the chain49 * | | | 2 last of the chain50 * | | | 3 exclusive (only effect in the insert chain)
79 * the output chain.152 * the input chain.219 * the input chain.
301 bool verify_chain(const hidl_vec<hidl_vec<uint8_t>>& chain) { in verify_chain() argument302 for (size_t i = 0; i < chain.size() - 1; ++i) { in verify_chain()303 X509_Ptr key_cert(parse_cert_blob(chain[i])); in verify_chain()305 if (i < chain.size() - 1) { in verify_chain()306 signing_cert.reset(parse_cert_blob(chain[i + 1])); in verify_chain()308 signing_cert.reset(parse_cert_blob(chain[i])); in verify_chain()336 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl; in verify_chain()
164 * Generates a signed X.509 certificate chain attesting to the presence of keyToAttest in
292 * Generates a mipmap chain. This is only valid if the Type of the
1779 uint16 chain; member