/optee_os/core/drivers/crypto/crypto_api/acipher/ |
A D | rsassa.c | 186 EM.data = malloc(EM.length); in rsassa_pkcs1_v1_5_sign() 246 EM.data = malloc(EM.length); in rsassa_pkcs1_v1_5_verify() 249 EM_gen.data = malloc(EM.length); in rsassa_pkcs1_v1_5_verify() 356 msg_db = malloc(MAX(db_size, msg_size)); in emsa_pss_encode() 361 salt = malloc(ssa_data->salt_len); in emsa_pss_encode() 547 msg_db = malloc(MAX(db_size, msg_size)); in emsa_pss_verify() 655 salt = malloc(ssa_data->salt_len); in emsa_pss_verify() 746 EM.data = malloc(EM.length); in rsassa_pss_sign() 817 EM.data = malloc(EM.length); in rsassa_pss_verify()
|
/optee_os/lib/libutils/isoc/include/ |
A D | malloc.h | 17 void *malloc(size_t size); 33 #define malloc(size) mdbg_malloc(__FILE__, __LINE__, (size)) macro 138 #define nex_malloc(size) malloc(size)
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | malloc.h | 17 void *malloc(size_t size); 33 #define malloc(size) mdbg_malloc(__FILE__, __LINE__, (size)) macro 138 #define nex_malloc(size) malloc(size)
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | malloc.h | 17 void *malloc(size_t size); 33 #define malloc(size) mdbg_malloc(__FILE__, __LINE__, (size)) macro 138 #define nex_malloc(size) malloc(size)
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_pwr.c | 27 newelem = malloc(sizeof(*newelem)); in caam_pwr_add_backup() 38 newelem->val = malloc(nbregs * sizeof(*newelem->val)); in caam_pwr_add_backup()
|
/optee_os/lib/libutils/isoc/ |
A D | strdup.c | 11 char *p = malloc(l); in strdup()
|
A D | strndup.c | 11 char *p = malloc(l); in strndup()
|
/optee_os/lib/libmbedtls/core/ |
A D | dh.c | 72 buf = malloc(dhm.len); in crypto_acipher_gen_dh_key() 117 buf = malloc(dhm.len); in crypto_acipher_dh_shared_secret()
|
/optee_os/core/pta/tests/ |
A D | misc.c | 319 p1 = malloc(1024); in self_test_malloc() 321 p2 = malloc(1024); in self_test_malloc() 341 p2 = malloc(1024); in self_test_malloc() 379 p1 = malloc(1024); in self_test_malloc()
|
/optee_os/core/tee/ |
A D | tee_pobj.c | 114 o->obj_id = malloc(obj_id_len); in tee_pobj_get() 174 new_obj_id = malloc(obj_id_len); in tee_pobj_rename()
|
/optee_os/core/kernel/ |
A D | ree_fs_ta.c | 199 bs_hdr = malloc(sizeof(*bs_hdr)); in ree_fs_ta_open() 249 ehdr = malloc(ehdr_sz); in ree_fs_ta_open() 326 digest = malloc(h->shdr->hash_size); in check_digest() 458 uint8_t *b = malloc(b_size); in ree_fs_ta_read() 585 handle->tag = malloc(handle->tag_len); in buf_ta_open()
|
A D | embedded_ts.c | 27 return malloc(items * size); in zalloc() 156 tmpbuf = malloc(strm->avail_out); in read_compressed()
|
/optee_os/core/lib/zlib/ |
A D | zutil.c | 301 extern voidp malloc OF((uInt size)); 312 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
/optee_os/core/drivers/ |
A D | bcm_gpio.c | 194 gc = malloc(sizeof(*gc)); in bcm_gpio_init() 201 gc = malloc(sizeof(*gc)); in bcm_gpio_init()
|
/optee_os/out/arm/ta_arm32-lib/libutils/isoc/ |
A D | .qsort.o.d | 8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
|
A D | .strdup.o.d | 5 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|
A D | .strndup.o.d | 5 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|
/optee_os/out/arm/core-lib/libutils/isoc/ |
A D | .qsort.o.d | 8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
|
/optee_os/out/arm/ta_arm64-lib/libutils/isoc/ |
A D | .qsort.o.d | 8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
|
/optee_os/out/arm/ldelf-lib/libutils/isoc/ |
A D | .qsort.o.d | 8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
|
A D | .strdup.o.d | 5 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|
/optee_os/out/arm/core/kernel/ |
A D | .handle.o.d | 5 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|
/optee_os/out/arm/ldelf-lib/libutils/isoc/newlib/ |
A D | .strtoul.o.d | 7 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|
/optee_os/out/arm/ta_arm32-lib/libutils/isoc/newlib/ |
A D | .abs.o.d | 6 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|
A D | .strtoul.o.d | 7 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
|