Home
last modified time | relevance | path

Searched refs:avb_malloc (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb/
Davb_util.c196 void* avb_malloc(size_t size) { in avb_malloc() function
206 void* ret = avb_malloc(size); in avb_calloc()
217 char* ret = avb_malloc(len + 1); in avb_strdup()
290 ret = avb_malloc(num_new); in avb_replace()
301 new_str = avb_malloc(num_new); in avb_replace()
326 char* new_str = avb_malloc(num_new); in avb_replace()
373 ret = avb_malloc(total_length + 1); in avb_strdupv()
Davb_rsa.c79 key = (IAvbKey*)(avb_malloc(sizeof(IAvbKey) + 2 * h.key_num_bits / 8)); in iavb_parse_key_data()
176 uint32_t* a = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t)); in modpowF4()
177 uint32_t* aR = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t)); in modpowF4()
178 uint32_t* aaR = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t)); in modpowF4()
264 buf = (uint8_t*)avb_malloc(sig_num_bytes); in avb_rsa_verify()
Davb_util.h219 void* avb_malloc(size_t size) AVB_ATTR_WARN_UNUSED_RESULT;
Davb_slot_verify.c162 image_buf = avb_malloc(image_size); in load_and_verify_hash_partition()
291 image_buf = avb_malloc(image_size); in load_requested_partitions()
453 vbmeta_buf = avb_malloc(vbmeta_size); in load_and_verify_vbmeta()
1055 hex_data = avb_malloc(data_len * 2 + 1); in cmdline_append_hex()
/external/avb/examples/uefi/
Duefi_avb_ops.c84 gpt_header = (GPTHeader*)avb_malloc(sizeof(GPTHeader)); in find_partition_entry_by_name()
90 *entry_buf = (GPTEntry*)avb_malloc(sizeof(GPTEntry) * ENTRIES_PER_BLOCK); in find_partition_entry_by_name()
339 *next = (EFI_DEVICE_PATH*)avb_malloc(*out_bytes); in walk_path()
426 disk_path = (EFI_DEVICE_PATH*)avb_malloc(path_bytes); in get_disk_block_io()
/external/avb/
DREADME.md567 primitives required by `libavb` such as `avb_malloc()`, `avb_free()`,