Searched refs:BIGINT_HDR_SIZE_IN_U32 (Results 1 – 1 of 1) sorted by relevance
58 #define BIGINT_HDR_SIZE_IN_U32 2 macro99 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()