Home
last modified time | relevance | path

Searched refs:append_sized_buf_to_buf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/bootloader/ql-tipc/
Dkeymaster_serializable.c38 uint8_t* append_sized_buf_to_buf(uint8_t* buf, in append_sized_buf_to_buf() function
69 tmp = append_sized_buf_to_buf(tmp, params->verified_boot_key_hash, in km_boot_params_serialize()
71 tmp = append_sized_buf_to_buf(tmp, params->verified_boot_hash, in km_boot_params_serialize()
93 tmp = append_sized_buf_to_buf(tmp, data->data, data->data_size); in km_attestation_data_serialize()
109 append_sized_buf_to_buf(*out, buf->data, buf->data_size); in km_raw_buffer_serialize()
/aosp_15_r20/external/trusty/bootloader/ql-tipc/include/trusty/
Dkeymaster_serializable.h51 uint8_t* append_sized_buf_to_buf(uint8_t* buf,