HomeSort by relevance Sort by last modified time
    Searched refs:avb_malloc (Results 1 - 5 of 5) sorted by null

  /external/avb/libavb/
avb_util.c 196 void* avb_malloc(size_t size) { function
206 void* ret = avb_malloc(size);
217 char* ret = avb_malloc(len + 1);
290 ret = avb_malloc(num_new);
301 new_str = avb_malloc(num_new);
326 char* new_str = avb_malloc(num_new);
373 ret = avb_malloc(total_length + 1);
avb_rsa.c 79 key = (IAvbKey*)(avb_malloc(sizeof(IAvbKey) + 2 * h.key_num_bits / 8));
176 uint32_t* a = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t));
177 uint32_t* aR = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t));
178 uint32_t* aaR = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t));
264 buf = (uint8_t*)avb_malloc(sig_num_bytes);
avb_util.h 219 void* avb_malloc(size_t size) AVB_ATTR_WARN_UNUSED_RESULT;
221 /* Like avb_malloc() but sets the memory with zeroes. */
avb_slot_verify.c 162 image_buf = avb_malloc(image_size);
291 image_buf = avb_malloc(image_size);
453 vbmeta_buf = avb_malloc(vbmeta_size);
    [all...]
  /external/avb/examples/uefi/
uefi_avb_ops.c 84 gpt_header = (GPTHeader*)avb_malloc(sizeof(GPTHeader));
90 *entry_buf = (GPTEntry*)avb_malloc(sizeof(GPTEntry) * ENTRIES_PER_BLOCK);
339 *next = (EFI_DEVICE_PATH*)avb_malloc(*out_bytes);
426 disk_path = (EFI_DEVICE_PATH*)avb_malloc(path_bytes);

Completed in 176 milliseconds