Searched refs:bigInt (Results 1 – 2 of 2) sorted by relevance
60 static TEE_Result copy_mpi_to_bigint(mbedtls_mpi *mpi, TEE_BigInt *bigInt) in copy_mpi_to_bigint() argument62 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in copy_mpi_to_bigint()85 static void get_mpi(mbedtls_mpi *mpi, const TEE_BigInt *bigInt) in get_mpi() argument103 if (bigInt) { in get_mpi()104 const struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in get_mpi()118 void TEE_BigIntInit(TEE_BigInt *bigInt, uint32_t len) in TEE_BigIntInit() argument120 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in TEE_BigIntInit()122 memset(bigInt, 0, len * sizeof(uint32_t)); in TEE_BigIntInit()155 const TEE_BigInt *bigInt) in TEE_BigIntConvertToOctetString() argument161 get_mpi(&mpi, bigInt); in TEE_BigIntConvertToOctetString()
352 void TEE_BigIntInit(TEE_BigInt *bigInt, uint32_t len);367 const TEE_BigInt *bigInt);
Completed in 5 milliseconds