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

  /external/avb/examples/uefi/
uefi_avb_sysdeps.c 54 uint16_t* message_ucs2 = (uint16_t*)avb_calloc(max_ucs2_bytes);
uefi_avb_ops.c 114 partition_name_ucs2 = avb_calloc(partition_name_ucs2_capacity);
617 data = avb_calloc(sizeof(UEFIAvbOpsData));
  /external/avb/libavb/
avb_descriptor.c 148 avb_calloc(sizeof(const AvbDescriptor*) * (num_descriptors + 1));
avb_util.h 222 void* avb_calloc(size_t size) AVB_ATTR_WARN_UNUSED_RESULT;
avb_slot_verify.c 823 avb_calloc(kernel_cmdline_desc.kernel_cmdline_length + 1);
836 char* new_cmdline = avb_calloc(new_size);
    [all...]
avb_util.c 205 void* avb_calloc(size_t size) { function

Completed in 199 milliseconds