Searched refs:mempool_alloc (Results 1 – 12 of 12) sorted by relevance
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 141 void *mempool_alloc(struct mempool *pool, size_t size) in mempool_alloc() function 175 p = mempool_alloc(pool, sz); in mempool_calloc()
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | mempool.h | 58 void *mempool_alloc(struct mempool *pool, size_t size);
|
| /optee_os/core/crypto/ |
| H A D | signed_hdr.c | 224 tmp = mempool_alloc(mempool_default, sizeof(*tmp) + name_size); in calc_next_uuid() 282 img = mempool_alloc(mempool_default, shdr->img_size + shdr->hash_size); in shdr_load_pub_key()
|
| /optee_os/core/kernel/ |
| H A D | embedded_ts.c | 29 return mempool_alloc(mempool_default, items * size); in zalloc()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 65 mbedtls_mpi *bn = mempool_alloc(mbedtls_mpi_mempool, sizeof(*bn)); in init() 497 *b = mempool_alloc(mbedtls_mpi_mempool, sizeof(mbedtls_mpi_uint)); in montgomery_setup()
|
| H A D | rsa.c | 227 buf = mempool_alloc(mempool_default, blen); in rsadorep() 395 buf = mempool_alloc(mempool_default, blen); in sw_crypto_acipher_rsaes_decrypt()
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | cbor.c | 101 buffer = mempool_alloc(mempool_default, required_size); in build_encoded_buffer()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum.c | 244 p = mempool_alloc(mbedtls_mpi_mempool, nblimbs * ciL); in mbedtls_mpi_grow() 305 p = mempool_alloc(mbedtls_mpi_mempool, i * ciL); in mbedtls_mpi_shrink()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 215 return mempool_alloc(mempool_default, items * size); in zalloc()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 522 tmp = mempool_alloc(mbedtls_mpi_mempool, sizeof(uint32_t) * s); in TEE_BigIntMul()
|
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 56 return mempool_alloc(mempool_default, BLOCK_SIZE); in get_tmp_block()
|
| H A D | tee_rpmb_fs.c | 2486 blk_buf = mempool_alloc(mempool_default, TMP_BLOCK_SIZE); in update_write_helper()
|