Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Duser_access.c130 void *bb_alloc(size_t len) in bb_alloc() function
237 buf = bb_alloc(len); in __bb_memdup_user()
281 d = bb_alloc(l + 1); in bb_strndup_user()
H A Dldelf_loader.c210 arg = bb_alloc(arg_size); in ldelf_dump_state()
383 arg = bb_alloc(sizeof(*arg)); in ldelf_dlopen()
438 arg = bb_alloc(sizeof(*arg)); in ldelf_dlsym()
H A Dembedded_ts.c155 bb = bb_alloc(bb_len); in read_compressed()
H A Dpseudo_ta.c358 kptr = bb_alloc(size); in to_bounce_params()
H A Duser_ta.c54 up_bbuf = bb_alloc(sizeof(struct utee_params)); in init_utee_param()
H A Dldelf_syscalls.c587 bb = bb_alloc(num_bytes); in ldelf_syscall_gen_rnd_num()
H A Dree_fs_ta.c574 bb = bb_alloc(bb_len); in ree_fs_ta_read()
/optee_os/core/include/kernel/
H A Duser_access.h68 void *bb_alloc(size_t len);
/optee_os/core/pta/
H A Dsystem.c104 data = bb_alloc(data_len); in system_derive_ta_unique_key()
116 subkey_bbuf = bb_alloc(params[1].memref.size); in system_derive_ta_unique_key()
/optee_os/core/tee/
H A Dtadb.c742 bb = bb_alloc(bb_len); in tee_tadb_ta_read()
H A Dtee_svc_cryp.c864 bbuf = bb_alloc(req_size); in op_attr_bignum_to_user()
1740 usr_attrs_bbuf = bb_alloc(size); in copy_in_attrs()
4071 bbuf = bb_alloc(blen); in syscall_cryp_random_number_generate()