Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_mempool (Results 1 – 17 of 17) sorted by relevance

/optee_os/core/lib/libtomcrypt/
A Dmpi_desc.c58 mbedtls_mpi_mempool = p; in init_mp_tomcrypt()
65 mbedtls_mpi *bn = mempool_alloc(mbedtls_mpi_mempool, sizeof(*bn)); in init()
83 mempool_free(mbedtls_mpi_mempool, a); in deinit()
/optee_os/lib/libutee/
A Dtee_api_arith_mpi.c47 mbedtls_mpi_mempool = mempool_alloc_pool(data, sizeof(data), NULL); in _TEE_MathAPI_Init()
48 if (!mbedtls_mpi_mempool) in _TEE_MathAPI_Init()
439 tmp = mempool_alloc(mbedtls_mpi_mempool, sizeof(uint32_t) * s); in TEE_BigIntMul()
450 mempool_free(mbedtls_mpi_mempool, tmp); in TEE_BigIntMul()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dbignum.c78 void *mbedtls_mpi_mempool; variable
106 mpi_init( X, !!mbedtls_mpi_mempool /*use_mempool*/ ); in mbedtls_mpi_init_mempool()
121 mempool_free( mbedtls_mpi_mempool, X->p ); in mbedtls_mpi_free()
146 p = mempool_alloc( mbedtls_mpi_mempool, nblimbs * ciL ); in mbedtls_mpi_grow()
163 mempool_free( mbedtls_mpi_mempool, X->p); in mbedtls_mpi_grow()
203 p = mempool_alloc( mbedtls_mpi_mempool, i * ciL ); in mbedtls_mpi_shrink()
220 mempool_free( mbedtls_mpi_mempool, X->p ); in mbedtls_mpi_shrink()
2445 W = mempool_alloc( mbedtls_mpi_mempool, in mbedtls_mpi_exp_mod()
2598 mempool_free( mbedtls_mpi_mempool , W ); in mbedtls_mpi_exp_mod()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dbignum.h193 extern void *mbedtls_mpi_mempool;
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dbignum.h193 extern void *mbedtls_mpi_mempool;
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbignum.h193 extern void *mbedtls_mpi_mempool;
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dbignum.h193 extern void *mbedtls_mpi_mempool;
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dbignum.h193 extern void *mbedtls_mpi_mempool;
/optee_os/out/arm/core/
A Dtee.symb_sizes2203 000000000e17bb98 0000000000000008 B mbedtls_mpi_mempool
A Dtee.map27112 .bss.mbedtls_mpi_mempool
27114 0x000000000e17bb98 mbedtls_mpi_mempool
A Dtee.dmp2892 000000000e17bb98 g O .bss 0000000000000008 mbedtls_mpi_mempool
/optee_os/out/arm/ta/avb/
A D023f8f1a-292a-432b-8fc4-de8471358067.map1915 0x000000000000e320 mbedtls_mpi_mempool
A D023f8f1a-292a-432b-8fc4-de8471358067.dmp588 0000e320 g O .bss 00000004 mbedtls_mpi_mempool
/optee_os/out/arm/ta/trusted_keys/
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.map2064 0x000000000000f398 mbedtls_mpi_mempool
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.dmp619 0000f398 g O .bss 00000004 mbedtls_mpi_mempool
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.map3263 0x000000000001ef18 mbedtls_mpi_mempool
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp1002 0001ef18 g O .bss 00000004 mbedtls_mpi_mempool

Completed in 358 milliseconds