Home | History | Annotate | Download | only in keymaster

Lines Matching refs:entry_count

1057     cert_chain->entry_count = 0;
1080 malloc(rsp_chain.entry_count * sizeof(*cert_chain->entries)));
1083 cert_chain->entry_count = rsp_chain.entry_count;
1084 for (keymaster_blob_t& entry : array_range(cert_chain->entries, cert_chain->entry_count))
1089 for (keymaster_blob_t& entry : array_range(rsp_chain.entries, rsp_chain.entry_count)) {