Searched refs:mempool_calloc (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | mempool.h | 68 void *mempool_calloc(struct mempool *pool, size_t nmemb, size_t size);
|
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 167 void *mempool_calloc(struct mempool *pool, size_t nmemb, size_t size) in mempool_calloc() function
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | rsa.c | 258 buf = mempool_calloc(mempool_default, 1, buf_len); in decrypt_es() 349 buf = mempool_calloc(mempool_default, 1, blen); in decrypt_nopad() 411 buf = mempool_calloc(mempool_default, 1, blen); in encrypt_nopad()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum.c | 1759 mbedtls_mpi_uint *T = mempool_calloc(mbedtls_mpi_mempool, T_limbs, in mbedtls_mpi_exp_mod_optionally_safe()
|