Searched refs:bigint_hdr (Results 1 – 1 of 1) sorted by relevance
52 struct bigint_hdr { struct62 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in copy_mpi_to_bigint() argument98 COMPILE_TIME_ASSERT(sizeof(struct bigint_hdr) == in get_mpi()104 const struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in get_mpi()120 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in TEE_BigIntInit()372 const struct bigint_hdr *src_hdr = (struct bigint_hdr *)src; in TEE_BigIntAssign()373 struct bigint_hdr *dst_hdr = (struct bigint_hdr *)dest; in TEE_BigIntAssign()393 ((struct bigint_hdr *)dest)->sign = 1; in TEE_BigIntAbs()