Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c416 size_t ehdr_sz = 0; in ree_fs_ta_open() local
426 ehdr_sz = SHDR_ENC_GET_SIZE(&img_ehdr); in ree_fs_ta_open()
428 if (!ehdr_sz || ADD_OVERFLOW(sz, ehdr_sz, &sz) || in ree_fs_ta_open()
443 ehdr = malloc(ehdr_sz); in ree_fs_ta_open()
452 ehdr_sz - sizeof(img_ehdr)); in ree_fs_ta_open()
454 res = crypto_hash_update(hash_ctx, (uint8_t *)ehdr, ehdr_sz); in ree_fs_ta_open()
463 offs += ehdr_sz; in ree_fs_ta_open()

Completed in 4 milliseconds