Lines Matching refs:entries
65 atap_blob entries[ATAP_CERT_CHAIN_ENTRIES_MAX]; member
97 if (cert_chain.entries[i].data) in free_cert_chain()
98 free(cert_chain.entries[i].data); in free_cert_chain()
99 cert_chain.entries[i].data_length = 0; in free_cert_chain()
154 if (!copy_blob_from_buf(buf_ptr, &cert_chain->entries[i])) { in copy_cert_chain_from_buf()
161 cert_chain->entries[i].data_length); in copy_cert_chain_from_buf()
351 write_cert(KM_ALGORITHM_RSA, certchain.entries[i].data, in load_attestation_key()
352 certchain.entries[i].data_length, i); in load_attestation_key()
381 write_cert(KM_ALGORITHM_EC, certchain.entries[i].data, in load_attestation_key()
382 certchain.entries[i].data_length, i); in load_attestation_key()
421 &certchain.entries[i].data_length, sizeof(uint32_t)); in read_key_data()
423 memcpy(key_data + *key_data_length, certchain.entries[i].data, in read_key_data()
424 certchain.entries[i].data_length); in read_key_data()
425 *key_data_length += certchain.entries[i].data_length; in read_key_data()