Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c58 #define BIGINT_HDR_SIZE_IN_U32 2 macro
99 sizeof(uint32_t) * BIGINT_HDR_SIZE_IN_U32); in get_mpi()
122 static_assert(MBEDTLS_MPI_MAX_LIMBS + BIGINT_HDR_SIZE_IN_U32 >= in TEE_BigIntInit()
131 hdr->alloc_size = len - BIGINT_HDR_SIZE_IN_U32; in TEE_BigIntInit()