Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/optee_os/core/drivers/crypto/crypto_api/acipher/
A Drsassa.c186 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 Dmalloc.h17 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 Dmalloc.h17 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 Dmalloc.h17 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 Dcaam_pwr.c27 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 Dstrdup.c11 char *p = malloc(l); in strdup()
A Dstrndup.c11 char *p = malloc(l); in strndup()
/optee_os/lib/libmbedtls/core/
A Ddh.c72 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 Dmisc.c319 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 Dtee_pobj.c114 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 Dree_fs_ta.c199 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 Dembedded_ts.c27 return malloc(items * size); in zalloc()
156 tmpbuf = malloc(strm->avail_out); in read_compressed()
/optee_os/core/lib/zlib/
A Dzutil.c301 extern voidp malloc OF((uInt size));
312 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
/optee_os/core/drivers/
A Dbcm_gpio.c194 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.d8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
A D.strdup.o.d5 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
A D.strndup.o.d5 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.d8 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.d8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
/optee_os/out/arm/ldelf-lib/libutils/isoc/
A D.qsort.o.d8 lib/libutils/ext/include/compiler.h lib/libutils/isoc/include/malloc.h
A D.strdup.o.d5 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
/optee_os/out/arm/core/kernel/
A D.handle.o.d5 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.d7 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.d6 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \
A D.strtoul.o.d7 lib/libutils/isoc/include/malloc.h lib/libutils/ext/include/types_ext.h \

Completed in 22 milliseconds

12345678910>>...20