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/
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()
124 if ((len - BIGINT_HDR_SIZE_IN_U32) > MBEDTLS_MPI_MAX_LIMBS) in TEE_BigIntInit()
126 hdr->alloc_size = len - BIGINT_HDR_SIZE_IN_U32; in TEE_BigIntInit()

Completed in 4 milliseconds